|
About importing your projects
I have some console applications made using Borland C++ Builder 4. I was wondering if I will be able to open them and work with them in either Visual C++.NET or Visual Studio 2005. I'm pretty sure Borland's tool is ANSI compliant, and the only header files I've used are <iostream> and <conio>(used only with getch() to prevent the console window from closing too fast).
|