[Solved] Why is C++ not recognizing my object instantiation in main? [closed]
[ad_1] The code has to many errors that I don’t know where to start with. First, the class definition’s colon “:” is too much and it needs curly braces “{” and “}”. Correction: class parse_arguments { … }; Second, missing parentheses “()” on method calls. Correction: if (!parse.get_model_file().empty()) and: for (auto it = parse.get_input_files().begin(); success … Read more