Go back to Richel Bilderbeek's homepage.

Go back to Richel Bilderbeek's C++ page.

 

 

 

 

 

(C++) AskUserForInput

 

User I/O code snippet

 

template <typename T>
const T AskUserForInput()
{
  T t;
  std::getline(std::cin,t);
  return t;
}

 

 

 

 

 

Go back to Richel Bilderbeek's C++ page.

Go back to Richel Bilderbeek's homepage.

 

Valid XHTML 1.0 Strict