English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I want to learn how to write programs in C++ and I also want to run these programs. How do I do this??

Someone told me I need a compiler and an IDE?
Is there anything else I need?
Where can I get these things (Like what websites can they be downloaded from???)?

2007-01-13 04:36:18 · 4 answers · asked by Anonymous in Computers & Internet Other - Computers

4 answers

Here is the express (Free!) version of Visual C++, Microsoft's own compiler:
http://msdn.microsoft.com/vstudio/express/visualc/

C++ has somethong of a "learning curve". If you have absolutely no programming experience, starting off might be difficult. (Simply, C++ gives you more control over the lower levels of a running program... which is great, but adds a lot of confusion if you are at the level were you want to just learn syntax.)

Generally, schools and universities start out teaching VB, regular C, or Java. Java has a syntax similar to C++, but works on a higher level... it does compile binaries, but those binaries are run by the Java Virtual Machine, which handles all the low level problems.
http://java.sun.com/javase/

2007-01-13 04:42:46 · answer #1 · answered by Tim 6 · 0 0

I bought a book at borders, and it came with the editor/ complier. This is the complier and whatever that im using, it works i've written a few programs.
http://www.bloodshed.net/devcpp.html

2007-01-13 12:45:36 · answer #2 · answered by Anonymous · 0 0

You need a C/C++ Compiler. you can try http://www.bloodshed.net/dev/devcpp.html
you may also want a debugger.

2007-01-13 12:47:32 · answer #3 · answered by ALunaticFriend 5 · 0 0

you can download and use turbo explorer for free.
http://www.turboexplorer.com/

you can get free license for it from http://www.borland.com

2007-01-13 12:55:36 · answer #4 · answered by sepehr 2 · 0 0

fedest.com, questions and answers