
-----------------------------------
btiffin
Tue Apr 22, 2008 7:00 pm

Anyone use Code::Blocks IDE?
-----------------------------------
Hi,

   I've got a bud that wanted to know about sinking time and learnin' in the GPL'ed IDE, Code::Blocks.  Anyone here have any experience with this tool?  [url=http://www.codeblocks.org/]codeblocks.org C++ IDE

Thanks in advance.

Cheers

-----------------------------------
r691175002
Tue Apr 22, 2008 7:28 pm

Re: Anyone use Code::Blocks IDE?
-----------------------------------
I use Code::Blocks.  I consider it far, far better than Dev C++ (Which IMO is a terrible IDE) however I have yet to find a C++ IDE to my liking.
Compared to IDEs like Eclipse (For Java), Netbeans, even FlashDevelop, C++ IDEs feel pretty lacking.

-----------------------------------
btiffin
Tue Apr 22, 2008 7:33 pm

Re: Anyone use Code::Blocks IDE?
-----------------------------------
I use Code::Blocks.  I consider it far, far better than Dev C++ (Which IMO is a terrible IDE) however I have yet to find a C++ IDE to my liking.
Compared to IDEs like Eclipse (For Java), Netbeans, even FlashDevelop, C++ IDEs feel pretty lacking.

Thanks;  I'll pass along at least one nod of approval (with caveats) from the august membership of compsci.ca.

Cheers

-----------------------------------
michaelp
Wed Apr 23, 2008 2:59 pm

RE:Anyone use Code::Blocks IDE?
-----------------------------------
I use it, and I like it a little bit more than Dev-Cpp. :D
When you run your program with the IDE, it stops at the end showing how long it ran, and what it returned from main. So no need for system("PAUSE") at the end of programs. :P

-----------------------------------
jernst
Thu Apr 24, 2008 8:41 am

Re: Anyone use Code::Blocks IDE?
-----------------------------------
my c++ ide = nano and the command line :P

-----------------------------------
Vermette
Thu Apr 24, 2008 9:17 am

RE:Anyone use Code::Blocks IDE?
-----------------------------------
pico because I'm too wimpy to learn vi :P

-----------------------------------
jernst
Thu Apr 24, 2008 5:29 pm

Re: RE:Anyone use Code::Blocks IDE?
-----------------------------------
pico because I'm too wimpy to learn vi :P

lol i hear ya, I've looked it for a few mins and given up. maybe someday when im feeling up to it. :P
