I want to compile single standalone C++ programs in Visual Studio Code. Currently, when I compile a program in VS Code, it only outputs a single executable file. If I have one program helloworld.cpp, it will only compile and create a helloworld.exe in the folder.
If I want to create another program, for example, Test1.cpp the executable should be named Test1.exe in the same folder and so on.