Note that I\'m using VS Code on Ubuntu 17.10 and using the GCC Compiler.
I\'m having trouble building a simple program which makes use of additional .ccp files. I\'m
On the terminal tab of your VS Code program write the following:
$ g++ nameOne.cpp nameTwo.cpp -o a.out $ ./a.out