Visual Studio Code – C++ and VScode integration
Tried my whole day to integrate between vscode and c++ with no success i get output [Done] exited with code=1 in 0.124 seconds in VScode when i try to write c++ code, My input: #include <iostream> int main() { std::cout…