• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Code completion on c++ classes
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Re: stdout redirect in xcode and not
  • Next by Date: Exceptions not caught by catch(...)
  • Previous by thread: re: How do I link with copied libs?
  • Next by thread: Exceptions not caught by catch(...)
  • Index(es):
    • Date
    • Thread