Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » code completition doesnt work
code completition doesnt work [message #774315] Tue, 03 January 2012 12:24 Go to next message
Eclipse UserFriend
Hi eclipse cdt users,

Im working with eclipse and the cdt plugin on my Debian machine since a few days.
Im a little bit disappointed because there is no code completition. I read in the Internet, that eclipse support code completition.

When i type:

string name;

name.

after i write the point after name, there must open a window with all methods of the string class.
But nothing happens. Im working with eclipse galileo.
Can some one help me to solve the problem please ?

Re: code completition doesnt work [message #774575 is a reply to message #774315] Wed, 04 January 2012 03:00 Go to previous message
Eclipse UserFriend
I guess the type string is unresolved. You want to use std::string?
Then you should add the following:
#include <string>
std::string name;

Previous Topic:Alternative build location for built dlls?
Next Topic:compiler becomes slower and slower
Goto Forum:
  


Current Time: Sat Jul 19 11:59:08 EDT 2025

Powered by FUDForum. Page generated in 0.03715 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top