hhh
C++ Shell C++ shell cpp.sh online C++ compiler about cpp.sh Please, wait Loading 1 2 3 4 5 6 7 8 9 10 11 12 // 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" ; } X Run Short URL: cpp.sh/ options compilation execution Standard C++98 C++11 C++14 Warnings Many (-Wall) Extra (-Wextra) Pedantic (-Wpedantic) Optimization level None (-O0) Moderate (-O1) Full (-O2) Maximum (-O3) Standard Input None Interactive Text: C++ Shell, ...