Good day!
Please tell me how to see the value in argv [] after all, read the principle of operation and read everything connected with it, but it’s even banal:
int _tmain(int argc, _TCHAR* argv[]) { if(argc==1){ std::cout<<"Non arg\n"; return 0; } for(int i = 0; i < argc; ++i){ std::cout<<argv[i]<<"\n"; } return 0; }
displays me the address. And how would you look at the addresses, and right here is the parameter? where I don’t look at all authors the examples converge on this, but when you compile and run them, then in the end I get the addresses of my arguments.