Doxygen_Assn5  1
91.204 Assignment No. 5
Functions
main.cpp File Reference
#include <string>
#include <cstdlib>
#include <iostream>
#include "MusicLibraryReader.h"

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Function Documentation

int main ( int  argc,
char **  argv 
)

The standard C++ main function.

Parameters
argcnumber of command line arguments
argvarray of pointers to command line arguments

Definition at line 20 of file main.cpp.