What do I have to do to get the framework exposed to the code?
Example:
System.Console.Writeline does not exist in the autocomplete menu. What do I have to do?
Printable View
What do I have to do to get the framework exposed to the code?
Example:
System.Console.Writeline does not exist in the autocomplete menu. What do I have to do?
Compile with the Managed Extensions for C++.
Of course, in 99% of the cases that's a bad idea. The thing is a glue language, and it's been superseded by 2005's C++/CLR to boot.
Oh yeah, and it's System::Console::WriteLine in C++.
thx CB. I got it all figured out.