Tagged Questions

0
votes
3answers
78 views

Can not print out the argv[] values using std::cout in VC++

This is my first question on the site even though i have been coming here for reference for quite some time now. I understand that argv[0] stores the name of the program and the rest of the ...
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 ...