Should I use mscorllib.dll?
Should I
for I/O like
1 2
|
System::Console::WriteLine("Hello World!");
System::Console::ReadLine();
| |
and everything else?
OK. But should I use
1 2
|
System::Console::WriteLine("Hello World!");
System::Console::ReadLine();
| |
instead of
1 2
|
cout << "Hello World!";
cin.get();
| |
Topic archived. No new replies allowed.