Skip to content

Instantly share code, notes, and snippets.

View Grumblesaur's full-sized avatar

James Murphy Grumblesaur

  • Arlington, VA
  • 18:51 (UTC -04:00)
View GitHub Profile
#include <iostream>
#include <fstream>
void handle_args(int argc, char **argv) {
if (argc < 2){
help_message();
return 1;
}
else {
handle_options(argv[1]);