c-cpp-compile-run icon indicating copy to clipboard operation
c-cpp-compile-run copied to clipboard

Add features:c-cpp-link.cpp-flags

Open mochunshuang opened this issue 1 year ago • 1 comments

for add a library:need c-cpp-link.cpp-flags to replace g++ -std=c++23 .\Pipe.cpp ${c-cpp-link.cpp-flags} -o Pipe.exe

for instance: g++ -std=c++23 .\Pipe.cpp -lstdc++exp -o Pipe.exe

mochunshuang avatar Jul 25 '24 21:07 mochunshuang

The type of link flags you need can be set at the end of the command? e.g: g++ -std=c++23 .\Pipe.cpp -o Pipe.exe ${c-cpp-link.cpp-flags}

danielpinto8zz6 avatar Sep 22 '24 15:09 danielpinto8zz6