How to write the C++ progame

India
March 16, 2010 1:28pm CST
i wonder how to write the program with c++ language. Is there any particular software needed to write the c++ progame and run it. If any person had knowledge kindly share it with me.
2 responses
@1anurag1 (3576)
• India
16 Mar 10
yes you need a compiler. you can even write your program simple on notepad. but there is a compiler needed which generally converts your source code into machine code. as your source code is in human readable content and computer cant understand this it must be converted into machine code. which is done by a c++ compiler. you can go for an IDE for this and they will provide you all needies and one of them is turboc.
• India
17 Mar 10
Thanks for sharing the info I downloaded the turboc but unable to understand how it work actually can you help me further.
@1anurag1 (3576)
• India
17 Mar 10
Yes to understand torbo c is a bit hard. but just install this in your root drive and then let it configured. and just run it and write the program. to execute the program use ctrl+f9 key and to stay on output use ctrl+f5 key. if you are still feeling uncomfortable. go to the microsoft website and look for the visual c++ express edition. you will get it for free and easy to understand the functioning of this. goodluck
@kaylachan (58995)
• Daytona Beach, Florida
16 Mar 10
You should research toutorals online on how to write c++ code. There are softwares out there you can get to help you do those things, but you need to know the basics because you are going to want the final product to come out alright and understand the meaning of what you're doing.