N
Nishanth
My understanding is that ANSI c++ is a standard for c++, to which all
the compilers should adhere to. and the c++ code developed by following
these standards should be compatible with different c++ compilers for
different platforms.
My question is
- If we develop the c++ code in .net and compile the same, will the
executable run in any other windows platform without the .net framework
installed.
My thinking is no, as the code compiled in .net framework platform and
CLR will come into play.
But is there a way to compile the code in Visual studio .net without it
being converted into CLR and making it platform dependant.
I want to know this as someone suggested that we use the .net ide to
write and compile the ANSI c++ code.
Thanks
Nishanth
the compilers should adhere to. and the c++ code developed by following
these standards should be compatible with different c++ compilers for
different platforms.
My question is
- If we develop the c++ code in .net and compile the same, will the
executable run in any other windows platform without the .net framework
installed.
My thinking is no, as the code compiled in .net framework platform and
CLR will come into play.
But is there a way to compile the code in Visual studio .net without it
being converted into CLR and making it platform dependant.
I want to know this as someone suggested that we use the .net ide to
write and compile the ANSI c++ code.
Thanks
Nishanth