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.
Dar
Vectores - insertar ordenado e imprimir
Matrix rotation
initializer_list example
Round prices
Memory_test
Making pyramid using nested loop 1/2
completeBubbleSort
Minimum Vertices to Traverse Directed Graph
Perf measurement
Please log in to post a comment.