Author Topic: Code-Completion for C++ Standard Libraries  (Read 3316 times)

Offline DrPatrock

  • Single posting newcomer
  • *
  • Posts: 4
Code-Completion for C++ Standard Libraries
« 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
« Last Edit: August 21, 2008, 11:30:01 am by DrPatrock »

Offline DrPatrock

  • Single posting newcomer
  • *
  • Posts: 4
Re: Code-Completion for C++ Standard Libraries
« Reply #1 on: August 22, 2008, 08:27:50 pm »
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 ??