C++ Software?!!?

Please support our C++ advertiser: Intel Parallel Studio Home
Thread Solved

Join Date: Apr 2007
Posts: 32
Reputation: adotl is an unknown quantity at this point 
Solved Threads: 0
adotl's Avatar
adotl adotl is offline Offline
Light Poster

C++ Software?!!?

 
0
  #1
May 24th, 2007
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.
.........scaricamento.........
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 5,051
Reputation: John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold 
Solved Threads: 332
Team Colleague
John A's Avatar
John A John A is offline Offline
Vampirical Lurker

Re: C++ Software?!!?

 
0
  #2
May 24th, 2007
>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.
Last edited by John A; May 24th, 2007 at 8:44 pm.
"Technological progress is like an axe in the hands of a pathological criminal."

All my posts may be freely redistributed under the terms of the MIT license.
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 32
Reputation: adotl is an unknown quantity at this point 
Solved Threads: 0
adotl's Avatar
adotl adotl is offline Offline
Light Poster

Re: C++ Software?!!?

 
0
  #3
May 24th, 2007
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.
.........scaricamento.........
Reply With Quote Quick reply to this message  
Join Date: Dec 2006
Posts: 1,089
Reputation: vijayan121 is a name known to all vijayan121 is a name known to all vijayan121 is a name known to all vijayan121 is a name known to all vijayan121 is a name known to all vijayan121 is a name known to all 
Solved Threads: 164
vijayan121 vijayan121 is offline Offline
Veteran Poster

Re: C++ Software?!!?

 
1
  #4
May 25th, 2007
Originally Posted by joeprogrammer View Post
...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.
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 32
Reputation: adotl is an unknown quantity at this point 
Solved Threads: 0
adotl's Avatar
adotl adotl is offline Offline
Light Poster

Re: C++ Software?!!?

 
0
  #5
May 25th, 2007
Originally Posted by vijayan121 View Post
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?
.........scaricamento.........
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,240
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 542
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: C++ Software?!!?

 
0
  #6
May 25th, 2007
Just use Bloodshed Dev C++ for C++

Download the newest (beta) version, not the old one
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: Jun 2007
Posts: 57
Reputation: Run.[it] is an unknown quantity at this point 
Solved Threads: 1
Run.[it]'s Avatar
Run.[it] Run.[it] is offline Offline
Junior Poster in Training

Re: C++ Software?!!?

 
0
  #7
Jul 10th, 2007
When downloading Microsoft Visual C++ it asks you if you want to also install MSDN 2005, is this needed?
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,240
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 542
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: C++ Software?!!?

 
0
  #8
Jul 10th, 2007
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
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: Jun 2007
Posts: 57
Reputation: Run.[it] is an unknown quantity at this point 
Solved Threads: 1
Run.[it]'s Avatar
Run.[it] Run.[it] is offline Offline
Junior Poster in Training

Re: C++ Software?!!?

 
0
  #9
Jul 10th, 2007
Thanks mate.
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,240
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 542
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: C++ Software?!!?

 
0
  #10
Jul 10th, 2007
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
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C++ Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC