So far, I have used CodeRunner to compile a single C++ file. I can't figure out how to compile two files together using CodeRunner's run settings. I am running CodeRunner 2.0.1 on Yosemite. I need to know how to adjust CodeRunner's run settings to get this to work. The files are in the same directory.
When I try something like adding the compiler flag -o filename file2.cpp
when compiling file1.cpp, I get the error: bash: ./file1: No such file or directory
. I need to know how to include other files with the compilation of file1.cpp.