Mono provides the c# and vb compilers to compile to MSIL. If your program has "unmanaged" portions, you will compile these with the required compiler for the target library/platform.
This isn't that unlike java wanting to call native code via JNI ( except it is much easier in c# ) Ian On Fri, Apr 05, 2013 at 03:20:37PM +0100, mutasim wrote: > Good Day > > am asking when mono will provide the C and C++ compiler because there are > alot of work will be done using msvc am not good in C and C++ but if i have > the programs in msvc i can work > > as i know not all C++ and C compilers compile the same and there are alot C > and C++ programs as > > reactos > > QEMU > > postgresql > > Cmake > > NASM > > Thanks > > > > -- > View this message in context: > http://mono.1490590.n4.nabble.com/Gcc4Cil-tp4659231.html > Sent from the Mono - General mailing list archive at Nabble.com. > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
