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 on constructors? SVN 4425

Started by Marzullo, September 29, 2007, 03:33:34 AM

Previous topic - Next topic

Marzullo

If i type:

"string str("

The code completion windows with all string overloaded doesn't appear. Why?

Thanks.

Marzullo

Why there aren't code completion helps when using STL or stdio.h funcions? (Anjuta does it !)

Marzullo

I realized that if "using namespace std;" is declared inside the file, code completion doesn't work for STL.
"using namespace std;" must  declared even if u have already included it through an header.

...  :?