Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » class-member(problem when edit c++ )
class-member [message #762008] Wed, 07 December 2011 12:22 Go to next message
ks7025 is currently offline ks7025Friend
Messages: 2
Registered: December 2011
Junior Member
First, i feel so sorry for my poor English

My problem is :

I heared that edit c++ by eclipse

when you use a pointer of a class

and after the pointer append ->

then all the members of the class will be listed and you can choose you want

just like "visual studio" & "Dev-C++"

it is a very useful "function" when the data structures of a program are complicated

but when I start to edit, I find this "function" is not work

so, How could I use the "function" ? Is something I ignored ?

Please kindly let me know or teach me, and thanks very much!
Re: class-member [message #763206 is a reply to message #762008] Fri, 09 December 2011 10:55 Go to previous messageGo to next message
Yevgeny Shifrin is currently offline Yevgeny ShifrinFriend
Messages: 208
Registered: July 2009
Senior Member
Hi,

I am not sure I fully understand your question. By default if you type "." or "->" or "::" it tries to auto-complete. In some cases it does not work well (if there are too many options or indexer was not built yet) or can even hang eclipse for a while. I found it helpful to change this behavior (Window->Preferences->C/C++->Editor->Content Assist). In order to get auto-complete explicitly, use "CTRL+SPACE".

Thanks,
Yevgeny

[Updated on: Fri, 09 December 2011 10:58]

Report message to a moderator

Re: class-member [message #763622 is a reply to message #763206] Sat, 10 December 2011 05:42 Go to previous message
ks7025 is currently offline ks7025Friend
Messages: 2
Registered: December 2011
Junior Member
Hi Yevgeny

Thanks for your reply, it really help me a lot Smile

Best regard
Previous Topic:Debugger problem reading symbol information
Next Topic:can't double click to go to source file
Goto Forum:
  


Current Time: Fri Apr 26 05:11:12 GMT 2024

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

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

Back to the top