C++ multifile

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> #include "foo.h" using namespace std; int main() { cout << "foo: " << foo(); return 0; }
const char* foo();
const char* foo() { return "bar"; }
Editor Settings
Theme
Key bindings
Full width
Lines