Maybe I'm just stupid – C/C++ Programming Compiler Review

I tried running a basic c++ program: include <iostream> using namespace std; int main() { cout << "hello world" << endl; return 0; } Does not run. I just get error messages.
Review by Jrmarion510 on C/C++ Programming Compiler.

All C/C++ Programming Compiler Reviews


Other Reviews