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
"tasks": [ { "label": "echo", "type": "shell", "command": "g++", "args":[ "-g","main.cpp","cat.cpp" ], "group": { "kind": "build", "isDefault": true } }
Just add cat.cpp in args and then try to run. It should run without error on VS code