I made a program on Mac OS X using OpenGL and dynamically linking libpng. I\'m now trying to port it to Windows. Whenever I try to compile and link my ported program in Borland it gives 开发
I want to print an array of characters, these characters are underscores first. Then the user can write characters on these underscores.I used gotoxy() but it doesn\'t work properly.
Try this code I created,when I use it in Borland C++ and try the remove-function a debug session opens up and it points to a file called \"xstring\",and it is saying \"EAccessViolation\".
I\'m working with CMake, and my program compiles fine with g++. However, I also wish to compiled it with bcc32 and cl.