Reading an integer from the console
I am a beginner in C++/CLI. I found that when I make an integer read from console using Console::Read() function, it reads the ASCII decimal value of the first digit. Is there any way to read integer as an integer? If yes, then what will be the sample code?
|