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
Post a Comment