Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: greenhorn on July 25, 2007, 06:58:18 pm
-
Sorry this stupid question, but I'm a absolutely newbie. I am starting to learn C++ and I've installed C::B now
(stable version RC2 on WinXP). The code completion feature doesn't work, and I cannot find any class browser :( . What I'm doing wrong ?? How can I browse contents of the STL ?
Thank you for help.
-
Hi !
You should install latest nightly (http://forums.codeblocks.org/index.php/board,20.0.html) and look to Settings/editor to check code completion parameters.
RC2 is too old.
Dje
-
Code Completion is not work perfect.It needs to be redesigned.
-
so far, for me, code completion allows me to write classes and things easier, one thing i do like about visual studio is that when you hover your mouse over a class of function, a tool tip pops up that shows you the base class and the class or function arguments.
does codeblocks do this?
-
yes, it does....
at least in theory :roll: there have been some recent reports about CC not working as it should, but Yiannis is taking care of it.
-
cool thanks