PDA

View Full Version : c++ devellopment tools?



wo1olf
January 15th, 2007, 11:17 PM
Does anyone one what freeware software can i use to do some c++ ?

TheCanadian
January 15th, 2007, 11:36 PM
I like Visual C++
http://msdn.microsoft.com/vstudio/express/visualc/default.aspx

Templarian
January 16th, 2007, 09:06 AM
visual C++ is really the best you will find it to be the best and standard out there currently.

Al6200
January 16th, 2007, 04:39 PM
Just curious, what do serious Linux developers use? I've always wondered how they get by...

MTsoul
January 16th, 2007, 07:58 PM
Emacs or VI. That is one hell of an editor war in the domain of Linux.

λ
January 20th, 2007, 08:05 AM
Or Eclipse for that matter..

Anyone who thinks emacs isn't a proper IDE should watch someone sufficiently skilled use it for an hour or so and compare it to the speed of someone working with Visual Studio :P

Templarian
January 25th, 2007, 04:32 PM
Or Eclipse for that matter..

Anyone who thinks emacs isn't a proper IDE should watch someone sufficiently skilled use it for an hour or so and compare it to the speed of someone working with Visual Studio :P

What do you mean by speed? My brother is a programmer guy and when i see him work with larger projects it seems really simple basically a hierarchy of files and classes and what not and then a text area. :lol: I think this is why most of them develop programmers art.

kopo.fett
January 26th, 2007, 05:42 AM
Free C++ Compiler http://www.bloodshed.net/devcpp.html

I've heard of Emacs and VI but never used them before. I currently use Quanta Plus for web development and MonoDevelop for C#. You recommend those editors?