Code completion on c++ classes
Code completion on c++ classes
- Subject: Code completion on c++ classes
- From: Gustavo Pizano <email@hidden>
- Date: Tue, 23 Dec 2008 00:08:49 +0100
Hello, Im writing a program, and im using c++ classes (for learning
purposes ), so when I do the following
Person p ("Gustavo", 987655);
I want to use the (.) syntax, but after I type the (.) xcodedeoesn't
show what can I do with p.
so I dunno what Im missing.
off course I can put p.getName() and the program will compile and
run, but I want to know if its possible and how to make the code
competition work for this kind of classes.
Thanks
Gustavo
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden