Page 1 of 1

Which IDE is best to begin programming ?

Posted: Sat Jan 27, 2007 10:51 pm
by manianis
I've used many IDE and I'm confused what's the best one. Give me some advises please... Thanks...

Posted: Sat Jan 27, 2007 11:04 pm
by FlyingIsFun1217
Still using wxDev-C++!
Although I am still learning...

FlyingIsfun1217 :lol:

Posted: Sat Jan 27, 2007 11:16 pm
by benedicte
I am using VS 2003 to edit the code and compile/debug it on Windows, and gcc to compile on other platforms.

VS 2003 makes small executables, and it's a very stable IDE.

Posted: Sat Jan 27, 2007 11:34 pm
by manianis
VS2005 is the best but it's very expensive I can't buy it. And also the .Net platform complicates the programmers work. It's dedicated for professionnal not for learning programmers...

Posted: Sun Jan 28, 2007 12:10 am
by Auria
Well i think this is highly subjective - you should try them and use whichever you prefer

Posted: Tue Jan 30, 2007 2:35 pm
by dejudicibus
manianis wrote:VS2005 is the best but it's very expensive I can't buy it. And also the .Net platform complicates the programmers work. It's dedicated for professionnal not for learning programmers...
Well, VS2005 Express is free for NON commercial products.

Posted: Tue Jan 30, 2007 3:04 pm
by manianis
I'm now using the Code::Blocks I like it even it isn't as powerfull as Visual Studio but is sufficient for my actual programming needs.

Posted: Tue Jan 30, 2007 4:05 pm
by tierra
manianis wrote:VS2005 is the best but it's very expensive I can't buy it. And also the .Net platform complicates the programmers work. It's dedicated for professionnal not for learning programmers...
You don't have to use .NET with anything if you don't want, and as for expensive...
dejudicibus wrote:Well, VS2005 Express is free for NON commercial products.
It's free for commercial products as well actually.

Posted: Tue Jan 30, 2007 7:56 pm
by manianis
tierra wrote:It's free for commercial products as well actually.
That's a good news... Thanks.