Getchar
Anything related to C or C++ standard library functions `getchar` (C) or `std::getchar` (C++)
Getline
A C function that reads an entire line from a stream
Others
Example |
---|
Getline is probably better than getchar in most cases from question C - equivalent of .NET Console.ReadLine |