Code::Blocks Forums
User forums => Help => Topic started by: DrPatrock on August 21, 2008, 02:24:12 am
-
Hello,
I've started with Code::Blocks some weeks ago and feel very comfortable with it. The only problem right now is that i don't have Code-Completion on the Standard-Libraries... On my own libraries i get the CodeCompletion... First i worked with 8.02 but then i switched to SVN 5189, but without any improvement on this.
Does anyone here face the same problems or has some hints/tips for me on this topic ??
I have installed the latest libstdc++ libraries and am running an Ubuntu Studio 64bit System...
Thx in advance
DrPatrock
-
No input on this so far :(
I've got some new results on this.
When i include /usr/inc/c++ in the search path, i get some code-completion.:
std:: --> __debug
when i declare "using namespace std"
i can define "ifstream ifs;" but when i am accessing "ifs." there is no completion...
this works so far
((ifstream) ifs). --> code-completion
perhaps someone have some ideas on these issues ???
Eventually there is something wrong with my libraries or something ??