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