954,202 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

C++ Software?!!?

Im starting a course next year which will cover a C++; I was wondering whats the best software to start coding in C++? I noticed my college use NetBeans which is an IDE which may be a start?

Any help appreciated.

adotl
Light Poster
33 posts since Apr 2007
Reputation Points: 17
Solved Threads: 0
 

>whats the best software to start coding in C++?
The basic two tools that you will need are an editor and a compiler. An editor could be something as simple as Notepad.exe, however, it's recommended you get something a bit more advanced than that. A compiler is a program that turns your C++ code into machine code, something that your computer can understand.

IDEs combine an editor and a compiler into one nicely-packaged application, so those are usually the easiest for beginners to start learning with. As far as free ones go, try something like Dev-C++ or Visual Studio Express . A popular alternative to Dev-C++ is Code::Blocks , which is slightly more current. However, your teacher will probably instruct you to download a specific IDE, so don't worry about it too much.

>I noticed my college use NetBeans which is an IDE which may be a start?
That's for Java. An entirely different programming language.

John A
Vampirical Lurker
Team Colleague
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339
 

Thanks joeprogrammer, appreciated. Regarding NetBeans I think we may do a little Java also so that explains why its on the server.
Your suggestions for C++ will be where I start.

adotl
Light Poster
33 posts since Apr 2007
Reputation Points: 17
Solved Threads: 0
 
...NetBeans...That's for Java. An entirely different programming language.


see http://www.netbeans.org/products/cplusplus/
it is lighter on resources than eclipse+cdt, and would be a good option for a c++ IDE, particularly on a unix/linux platform.

vijayan121
Posting Virtuoso
1,606 posts since Dec 2006
Reputation Points: 1,159
Solved Threads: 287
 
see http://www.netbeans.org/products/cplusplus/ it is lighter on resources than eclipse+cdt, and would be a good option for a c++ IDE, particularly on a unix/linux platform.

So they can incorporate both Java and C++ in NetBeans IDE?

adotl
Light Poster
33 posts since Apr 2007
Reputation Points: 17
Solved Threads: 0
 

Just use Bloodshed Dev C++ for C++

Download the newest (beta) version, not the old one

jbennet
Moderator
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,820
Solved Threads: 600
 

When downloading Microsoft Visual C++ it asks you if you want to also install MSDN 2005, is this needed?

Run.[it]
Junior Poster in Training
59 posts since Jun 2007
Reputation Points: 10
Solved Threads: 1
 

MSDN is the help files, so it depends

its a big download and you can configure it to use the web help instead, you can always install at a later date too

jbennet
Moderator
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,820
Solved Threads: 600
 

Thanks mate.

Run.[it]
Junior Poster in Training
59 posts since Jun 2007
Reputation Points: 10
Solved Threads: 1
 

you dont need to install SQL either unless you are gonna be working with databases

without MSDN or SQL the download (for VB) is under 40mb

Make sure to check Microsoft Update (there is a service pack for the express editions)

If you want to add msdn or sql later go into add / remove programs and it will give you the option to install additional components

jbennet
Moderator
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,820
Solved Threads: 600
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You