Monday, July 27, 2009

Whats the best software fo C++ making code for beginner?

I use Dev C++ and MinGW Develepor Studio.





They are both free.

Whats the best software fo C++ making code for beginner?
bloodshed software's Dev-C++ is excellent and free.
Reply:the window closes because your program is finished. you need to add something like scanf(char input); to the end of your code to keep it open.
Reply:All you need is a text editor and the proper compiler. If you want something fancier, you can try the Microsoft development environment (expensive), or a competing product.





If you are using a mac, then it already has a very good development environment named XCode. If it is not installed in your Mac then install it off the OS restore CD.
Reply:Download Visual C++ .net 2005 Express version from microsoft. It is free and very powerful and has a very nice and easy to use compiler. When you go to run the program do debug and run for it not to close after it is ran.


No comments:

Post a Comment