CLI/C++ documentation for VC8 (2005)

G

Guest

Hi all,

VC8 CLI/C++ has lots of new syntaxes and changes since previous versions,
and not fully compliant with ECMA-372 standard either. I got lots of
compilation errors. Could anyone point me a document actually detailing VC8
CLI/C++ syntax.

Many thanks
 
G

Guest

All right. ECMA-372 is possibly still accurate. It's just that certain things
must be defined in header files as implicit inline methods. Anyway, any
recommendation on good reference documentation is still welcomed.

Thanks
 
B

Bruno van Dooren

All right. ECMA-372 is possibly still accurate. It's just that certain
things
must be defined in header files as implicit inline methods. Anyway, any
recommendation on good reference documentation is still welcomed.

Do a google search for C++/CLI design rationale.
You'll find a PDF design document by Herb Sutter, explaining the different
parts of C++/CLI and why certain things were implemented in a certain way.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top