Y
Hacker News
new
|
ask
|
show
|
jobs
by
peterashford
3520 days ago
In what way?
1 comments
my123
3520 days ago
The CLR can be used to run C++ code compiled with the C++/CLI (/clr:pure) setting of MSVC. Java apps can even run on the CLR because of IKVM (
https://www.nuget.org/packages/IKVM
).
Good luck at using pointers in Java.
link
Good luck at using pointers in Java.