Re: Code Sense and C++
Re: Code Sense and C++
- Subject: Re: Code Sense and C++
- From: Christos Chryssochoidis <email@hidden>
- Date: Fri, 11 Jan 2008 11:21:31 +0200
Thank you very much for your answer.
On 10 Ιαν 2008, at 11:16 ΜΜ, Thomas Engelmeier wrote:
On 10.01.2008, at 20:50, Christos Chryssochoidis wrote:
Is there some problem with Code Sense and C++ projects in Xcode 3?
I can't seem to make it work...
It works up to an certain point if you don't use namespaces.
e.g. in my trivial project
void CPTPPacket::describe_dts( CPayloadStream&s, uint16_t data_type,
std::ostream& dest )
{
// here I can complete s, but not dest
IMO, C++ is a second class citizen in Xcode. You'll see quite some
limitations (no refactoring, no completion of namespaced symbols,
missing documentation, limited STL datatype introspection in the
debugger, broken g++ error message decoding ...)
Regards,
Tom_E
_______________________________________________
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