Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: named initialization of structs in a .cpp file



On Apr 28, 2006, at 4:33 AM, Peter Lau wrote:

I have a .cpp file but I would like to use the C99 named initialization for structs syntax, can I do that?

struct A {
int a;
float b;
char c;
};

struct A sa = {.a = 1,.b = 2.3, .c = 'd'};

the compiler generates "expected primary-_expression_ before '.' token.

Try the "C Language Dialect" build setting.  If you want just this .cp file to be C99, you can set its File Type in Get Info to sourcecode.c instead of sourcecode.cpp.cpp.  You may also need to set the file's per-file flags (in the Build tab) to -std=c99

Chris
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden

This email sent to email@hidden

References: 
 >named initialization of structs in a .cpp file (From: Peter Lau <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.