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
hangman
template test
#10.1
Struct packing
C++ exception
throwing std::function on MSVC is dangerous
VS2013 hello world includes
#32
boost::asyc fail with error C2280: attempting to reference a deleted function
post_decrement_example