C++ and VScode integration #9778
-
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 int main() { I have created a path as explained in the guide In the command prompt i typed pacman -S --needed base-devel mingw-w64-x86_64-toolchain in the command prompt when i type g++ --version gdb --version i get this ""g++ (Rev1, Built by MSYS2 project) 12.2.0 Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."" In additional i have download the extension in VScode (runner and c++/c Would like to get help here so i can start using c++ in VScode I am using windows 10 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Maybe uninstall/disable the Runner extension? What step in the walkthrough isn't working? |
Beta Was this translation helpful? Give feedback.
Maybe uninstall/disable the Runner extension? What step in the walkthrough isn't working?