
-----------------------------------
LearningC++
Sun Nov 29, 2009 10:21 pm

Command Line Arguments
-----------------------------------
I'm using a tutorial and I got to command line arguments. I don't get some of the code:

#include 
#include 

using namespace std;

int main ( int argc, char *argv[] )
{
  if ( argc != 2 ) // argc should be 2 for correct execution
    cout