heres my code it works in dev c++ but not visual c++
Code:
#include <iostream> using namespace std; int main*() { cout << "Hellow World" << endl; system("PAUSE"); return(0); }
Comment