Saturday, May 22, 2010

One question about c++ program?

I am aware of the theory about the C++ programming but with which program in my pc can i practise everything that I learn?

One question about c++ program?
Notepad and a C++ compilator would do the trick.





But you may be more at ease with an IDE like Eclipse or DevCpp.





http://www.eclipse.org/


http://www.bloodshed.net/devcpp.html





(that is, if you are using windows)





On Linux, you can use Emacs, and the C++ compilator comes with all the distributions.
Reply:I use Bloodshed Dev-C++. You can find that here:


http://www.bloodshed.net/devcpp.html


I like it because it's free and seems to do the job. If you need something with more features and a better compiler, you can always consider proprietary software, but personally I much prefer not spending money if I don't have to.
Reply:You need a compiler to actually write the programs and make programs.





Here is a free compiler : http://www.bloodshed.net/devcpp.html
Reply:a C++ compiler is required. It translates the source code into machine readable and executable form
Reply:You can use MS Visual C++. You can download it here http://www.microsoft.com/express/vc/Defa...


No comments:

Post a Comment