Tuesday, July 28, 2009

How can i run a c++ code in windows and not dos ??

i want the code to run normally as any program where i can save data and have visuals not only dos operation that ends and does not save

How can i run a c++ code in windows and not dos ??
Use a visual C++ compiler to compile the code . you will need to modify some of your code too..
Reply:You'll need to harness MFC (VC++ 6) or Windows Forms in C++.Net.
Reply:Check your compiler. You should be able to run C++ code in a windows environment with a compiler.
Reply:there is a windows version of borland C++, with that it will satisfy ur query


No comments:

Post a Comment