 |
c++ - error C2059: syntax error :'}' when adding c source files to ...
C99 initialization style (designated initializers) is not supported in C++, see here
or here. In other words, { .blah = 42 }; is illegal in C++. What you can ...
www.google.com.tw |
 |