Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
C++ User Input #1
//g++ 5.4.0 #include <iostream> #include <string> using namespace std; int main() { string name; cout << "What is your name?\n"; // press 'show input' (under Run it) and type in your name getline (cin, name); cout << "Hi, " << name << "!\n\n"; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
good triplet
break.cpp
VirtualResto
Faaaaak
Web Browser History - LIST
Hello World - verbose
Hello world!
string match2
iuadhfaoiufs
single_digit
Please log in to post a comment.