Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

a compiler for managed c++

2 views
Skip to first unread message

Johnson

unread,
Nov 26, 2009, 7:35:11 PM11/26/09
to
I am asking a beginner's question.

Is there any free compiler (or toolchain) for Managed C++ codes
available for Eclipse? I have a project written in managed c++, and I
don't want to be tied to Microsoft any more.

Thank you.

Johnson

red floyd

unread,
Nov 26, 2009, 9:48:43 PM11/26/09
to


Then don't write in Managed "C++" (note the quotes).

BGB / cr88192

unread,
Nov 26, 2009, 10:04:20 PM11/26/09
to

"Johnson" <gpsa...@yahoo.com> wrote in message
news:hen6t5$2cit$1...@adenine.netfront.net...

managed C++ is, well, an MS product to bridge C++ to .NET...

the way to break free of MS then, is not to write in Managed C++, but
instead to write in plain C++...

OTOH, Eclipse is an IDE, and AFAIK itself does not manage the compilers
directly (although, AFAIK, it does do its own Java compilation). however, I
really don't know as personally I have never really felt much need to make
use of IDEs...


> Johnson


Andrew Tomazos

unread,
Nov 26, 2009, 10:04:38 PM11/26/09
to

This may be relevant:

http://www.mono-project.com/CPlusPlus

Enjoy,
Andrew

--
Andrew Tomazos <and...@tomazos.com> <http://www.tomazos.com>

frankg...@gmail.com

unread,
Dec 1, 2009, 9:07:06 AM12/1/09
to
If you are interested in a kind of "safe C++", please have
a look at SAPPEUR. This language is as safe as Java, but
as efficient as C++. This is achieved by a good type system
and runtime checks for null pointers and array overruns.
It also has support for assuring the integrity of multithreaded
applications, which will become important with multicore
CPUs.
C++ Integration is easy, as the SAPPEUR compiler translates
into C++ code.
http://www.sappeur.eu
0 new messages