Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Visual Studio C++ wont accept >> or << past the initial declarations
#include <iostream>; #include <cstdlib>; #include <string> using namespace std; int main() { cout << "Hello world!"; cout << "\nI am a C++ program!"; cout << "\n\nWhat is your name? "; string name; cin >> name; cout << "Nice to meet you, " << name; }
run
|
edit
|
history
|
help
0
Arrays
MSVC14 <exception> header
primitive type copy constructor
!Enum
std::string
Removing __unaligned specifier partial solution
hangman
iota_30-Seconds-of-C++
inherited
Unicode_wcout