About 285,000 results
Open links in new tab
  1. visual studio code - How to set up a new C++ project in VSCode?

    Oct 10, 2024 · I have Visual Studio Community Edition (with C/C++ toolset installed). VSCode with C/C++ extension by Microsoft installed. Now, here is how I run: First open Developer …

  2. c++ - Как настроить Visual Studio Code на работу с С++? - Stack ...

    Aug 31, 2020 · как настроить Visual Studio Code на работу с С++ после установки нужных плагинов? Visual Studio не подходит, ест много ресурсов, да и функционал немного другой.

  3. visual studio code - Beautify C++ files in VSCode - Stack Overflow

    Jul 4, 2019 · 4 To beautify C++ code you need the Clang-Format extension. After installing it, the shortcut Alt + Shift + F will work in Visual Studio Code.

  4. How to build and run C++ code in Visual Studio Code?

    Oct 12, 2016 · Disclaimer: Visual Studio Code's task-output pane will not allow you to pass input to your program interactively. If your program relies on user-input (for example, from stdin), …

  5. How do I set up Visual Studio Code to compile C++ code?

    Microsoft's Visual Studio Code editor is quite nice, but it has no default support for building C++ projects. How do I configure it to do this?

  6. How can I change the version of the C++ language standard used …

    Oct 25, 2023 · I printed the value of the __cplusplus macro and found out that my files are executed with C++98 in Visual Studio Code. I'm using the CodeRunner extension. How do I …

  7. c++ - Can't compile code "launch: program <program_path> …

    I have simple console application in C++ that I succeed to compile with Visual Studio. I wanted to try Visual Studio Code so I copied the directory to the computer with Visual Studio Code instal...

  8. c++ - Visual Studio Code, #include <stdio.h> saying "Add include …

    I'm trying to build C/C++ in Visual Studio Code. I installed C/C++ and all the relevant extensions.

  9. c++ - Visual Studio Code: How to configure includePath for better ...

    Sep 17, 2017 · From the official documentation of the C/C++ extension: Configuring includePath for better IntelliSense results If you're seeing the following message when opening a folder in …

  10. Visual Studio Code cannot open source file "iostream"

    Dec 23, 2020 · 19 I am new to C++ and Visual Studio Code, so I'm not sure how to fix this issue. I've tried to go through the tutorial in Using Clang in Visual Studio Code, but I can't seem to …