Tagged Questions
0
votes
1answer
4k views
Visual C++ argv question
I'm having some trouble with Visual Studio 2008. Very simple program: printing strings that are sent in as arguments.
Why does this:
#include <iostream>
using namespace std;
int _tmain(int ...