Author Topic: Managed C++ - C++/CLI  (Read 2104 times)

colin_desmond

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Managed C++ - C++/CLI
« on: November 29, 2005, 02:04:57 am »
Now that Microsoft have updated the Managed C++ langauge to C++/CLI it would be nice if EA could reverse engineer it. In particular, if it could parse files which contain code such as

public ref ClassName
{
};

I'd be less concerned about code generation, but reverse engineering would definitely be a good thing.

Thanks

Colin