I am currently in the end stages of development of a console program in C++. The issue I am having is my program requires that the user be able indicate where they want to perform function on a large, dynamic grid (aprox 50x50). The console implementation I have designed is very clunky, and difficult to use. It would also be nice for the user if I had a drop down box or similar functionality for IO.
It was recommended to me that I design the front end in C# or HTML5. I have limited, basic experience with C#, and no experience with HTML5. I am also still relatively new to C++. I would appreciate being pointed in the right direction.