Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Untitled
SUBMITTED BY:
Guest
DATE:
July 17, 2022, 7:03 p.m.
FORMAT:
Text only
SIZE:
211 Bytes
Raw
Download
Tweet
HITS:
452
Go to comments
Report
// Example program
#include <iostream>
#include <string>
int main()
{
std::string name;
std::cout << "What is your name? ";
getline (std::cin, name);
std::cout << "Hello, " << name << "!\n";
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus