0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
Why do you use 'using namespace std;' and still put std:: before cout and cin?
argc stands for Argument Count, which is the amount of arguments passed to the application and argv stands for Argument Values which is an array of the actual values passed to the application, with argv[0] always being the name of the application. They allow command line arguments to be passed …
The End.
Shantari