Does anyone know how to give a GUI look to your C++ "Console Application".
I cannot use Win32 API or any other template except the console application because I use Turbo C++ 3.0 IDE for development and I want my Application to be platform independent while using WIN32 API will limit it to Windows.
I am clear with arrays,switch,if,else if etc.
If possible could you please give an example.