#include <string>
#include <cstdlib>
#include <iostream>
#include "MusicLibraryReader.h"
 
Go to the source code of this file.
 | 
| int  | main (int argc, char **argv) | 
|   | 
      
        
          | int main  | 
          ( | 
          int  | 
          argc,  | 
        
        
           | 
           | 
          char **  | 
          argv  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
The standard C++ main function. 
- Parameters
 - 
  
    | argc | number of command line arguments  | 
    | argv | array of pointers to command line arguments  | 
  
   
Definition at line 20 of file main.cpp.