A
Allen Maki
Hi everybody,
I need your help.
I am using Visual C++ .NET
How can I make Console::ReadLine accepts int? In other words.
I know I can do this:
string* i = Console::ReadLine();
Can anybody tell me how can I do this:
int i = Console::Readline();
I need your help.
I am using Visual C++ .NET
How can I make Console::ReadLine accepts int? In other words.
I know I can do this:
string* i = Console::ReadLine();
Can anybody tell me how can I do this:
int i = Console::Readline();