News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Code Completion & Class Browser

Started by greenhorn, July 25, 2007, 06:58:18 PM

Previous topic - Next topic

greenhorn

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.

dje

Hi !

You should install latest nightly and look to Settings/editor to check code completion parameters.
RC2 is too old.

Dje

pass86

Code Completion is not work perfect.It needs to be redesigned.

laserbeak43

#3
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?

rickg22

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.

laserbeak43