Friday, May 21, 2010

How to do free loading of c++ in system?

i want to load c++ software in my systems but it is not getting loaded properl

How to do free loading of c++ in system?
hey its quite simple..!!!


go to http:/www.google.com and then type Turbo C++ Compiler free downloads.. u will get lot of softwares...


download anyone of them.. nd thn install it.. :-)


to run ur program wat u have to do is.. ..


open ur turbo c++ compiler which just now u installed, type the program and Ctrl + Alt + F9 for compilation and Alt + F5 for displaying output..
Reply:I dont know what you exactly mean by "it is not getting loaded properly". There are several things you need to detail out. What OS are you on ? What compiler are you trying to install ? And what is your application ?





I am going to answer this question presuming you require basic C++ functionality to learn C++ and are on Windows OS.





If you are using Unix or Linux you already have gcc installed. If not you can download it from GNU (look it up) and yes its free.





The following packges are free for Windows:


1. Bloodshed Dev-C++(www.bloodshed.net). Easy to download and install.


2. Visual C++ 2005 is free to download and install from Microsoft.(It is a little tricky to install).





Another way to do it is to download an editor like UltraEdit and also install GNU C++ compiler gcc.





Usually any C++ book will have instructions on how to do this.





P.S: Use "How to Learn C++" by Deitel and Deitel.


No comments:

Post a Comment