Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
Code completion on constructors? SVN 4425
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Code completion on constructors? SVN 4425 (Read 4114 times)
Marzullo
Guest
Code completion on constructors? SVN 4425
«
on:
September 29, 2007, 03:33:34 am »
If i type:
"string str("
The code completion windows with all string overloaded doesn't appear. Why?
Thanks.
Logged
Marzullo
Guest
Re: Code completion on constructors? SVN 4425
«
Reply #1 on:
October 14, 2007, 08:30:54 pm »
Why there aren't code completion helps when using STL or stdio.h funcions? (Anjuta does it !)
Logged
Marzullo
Guest
Re: Code completion on constructors? SVN 4425
«
Reply #2 on:
October 14, 2007, 08:42:07 pm »
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.
... :?
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
Code completion on constructors? SVN 4425