I usually use Dev-C++. I've tried this code in Dev-c++, and it works, but I then tried it in Visual C++ and all I got was a program that crashed when it ran. Here is the code.
Code:using namespace std; int main(int argc, char* argv[]) { cout << argv[1]; cout << "" << endl; return 0; }



LinkBack URL
About LinkBacks


