Hello, please tell me the function of reading the arguments from the file line. The line contains two integer numbers separated by a space, the line is terminated by a newline character. How to count these two numbers into separate variables without using functions from the string library?
|
getlineand then manual parsing of the string. - AnT