Book a Demo

Author Topic: Managed C++  (Read 3155 times)

Martijn van der Kooij

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Managed C++
« on: December 27, 2004, 12:05:54 am »
Hi all,

Has someone already added Managed C++ to his templates?

Martijn van der Kooij

Martijn van der Kooij

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Managed C++
« Reply #1 on: December 27, 2004, 03:22:09 am »
Hmm,

Ok I have copied all C++ types and language templates to a new MC++ language. But now the generation of source code doesn't work, it is generating java code :-)

Is there something I missed or is it not possible to create a custom language this way?

Greetings, Martijn

Martin Terreni

  • EA User
  • **
  • Posts: 672
  • Karma: +0/-0
  • Sorry, I can't write
    • View Profile
Re: Managed C++
« Reply #2 on: December 27, 2004, 04:13:56 am »
I'm not quite sure what you mean by "managed C++"
I use code generation templates (including some created by me) and they mostly work well.

I would advice you to read ll help on this before you begin (as i've done).

but you can try this:

http://www.sparxsystems.com.au/cgi-bin/yabb/YaBB.pl?board=general;action=display;num=1103792394

it is about pearl but if you are making a new lenguage it is the same.
Recursion definition:
If you don’t understand the definition read "Recursion definition".

Martijn van der Kooij

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Managed C++
« Reply #3 on: December 27, 2004, 06:53:03 am »
Managed C++ is the .Net version of C++

And before someone asked, yes I have changed the language for my classes to the new MC++ language...