File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ using namespace std;
66#pragma comment(lib, "User32.lib")
77
88int linesInFile (WIN32_FIND_DATA); // Returns the number of lines in the file to which the argument is a handle
9- int linesInDirectory (const char * ); // Returns if an error occurred, exactly like main
10- int linesInDirectoryRecursive (const char * ); // Returns the number of lines in the directory tree with root directory given, or -1 if an error occurred
9+ int linesInDirectory (string ); // Returns if an error occurred, exactly like main
10+ int linesInDirectoryRecursive (string ); // Returns the number of lines in the directory tree with root directory given, or -1 if an error occurred
1111
1212void help (const char *); // Prints the help message to cout
1313bool isHelpFlag (const char *); // Returns whether the passed string is a recognized help flag
You can’t perform that action at this time.
0 commit comments