Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

VSCodeCExtension

Is it possible to pass argument into the g++ command to look for .cpp files in some directory or I have to it manually (no workaround) this way:

"args": [
"${file}",
"${workspaceRoot}\\src\\graphics\\window.cpp",
"-o",
"${workspaceRoot}\\${fileBasenameNoExtension}.exe",
"-lglfw3",
"-lgdi32",
"-lopengl32"
]

?

Comments