|
-
April 9th, 2013, 07:36 AM
#20
Re: Can't intialize C++ Struct with CString in it??
 Originally Posted by ADSOFT
Igor and Victor,
It's starting to look like the compiler V6.0 , lol.
First and foremost, VC 6.0 is not an ANSI C++ compiler. The answers that were given to you earlier assumed you were using an ANSI C++ compiler, such as later versions of Visual C++. In VC 6.0, perfectly valid ANSI C++ code will fail to compile, and also, invalid ANSI C++ code will compile on that old compiler.
Next time, you need to mention the exact compiler you're using.
Regards,
Paul McKenzie
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|