Is there a way to compile C++ code to Microsoft .Net CIL (bytecode)? -


i.e., web browser client written in c++ !!!

there 2 choices. managed c++ (/clr:oldsyntax, no longer maintained) or c++/cli (definitely maintained). you'll want use /clr:safe in-browser software, because wnat browser able verify it.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -