Friday, July 31, 2009

To work on c++, how to download its screen on which one can write the programmes in c++ language?

If you prefer Windows, use Microsoft's development environment. If you are talking about Linux, etc. then use Eclipse.

To work on c++, how to download its screen on which one can write the programmes in c++ language?
Get a "free" copy of Visual C++ express


http://msdn.microsoft.com/vstudio/expres...
Reply:Are you asking for help with a C++ program you are writing?
Reply:use g++, it's a free c++ compiler for unix/linux and probably windows too.





you can edit the file in a text editor, and then compile it like: g++ myprog.cpp





now run it like ./a.out





or just download VC++ express edition (link below).


No comments:

Post a Comment