About 50 results
Open links in new tab
  1. How to install the MSVC compiler for C++ without Visual Studio?

    Jul 29, 2023 · Closed 2 years ago. I am trying to use Visual Studio Code for C++, but I want to use the MSVC compiler. Is there any way to install the MSVC compiler without installing Visual Studio ? I …

  2. How do I compile a Visual Studio project from the command-line?

    172 I'm scripting the checkout, build, distribution, test, and commit cycle for a large C++ solution that is using Monotone, CMake, Visual Studio Express 2008, and custom tests. All of the other parts seem …

  3. What compiler is in Visual Studio 2015 - Stack Overflow

    Aug 7, 2015 · 23 Can anyone tell me what compiler is built-in to Visual Studio 2015 for C++ projects? I tried it and tried older version compilers and it's giving me other compiling results. Is it GNU C++ …

  4. Download Microsoft c++ compiler for windows without visual studio …

    Feb 17, 2023 · While Visual Studio Community is "free" (for some type of projects IIRC), the compiler and the environment really isn't. Also, while the compiler can be used stand-alone once installed, it's …

  5. c++ - How do I find the exact compiler executable Visual Studio is ...

    Aug 6, 2020 · 4 I am using Visual Studio with C++. For a particular reason, I now need to use CMake to build a piece of the project. I would like to tell CMake to use the same compiler I normally use with …

  6. CMake does not find Visual C++ compiler - Stack Overflow

    Jul 25, 2015 · While the Visual Studio IDE installed successfully it did not install any build tools and therefore did not install the C++ compiler. By attempting to manually create a C++ project in the …

  7. C programming in Visual Studio - Stack Overflow

    Jan 6, 2017 · Can I use Visual Studio to learn C programming? In the new project menu I can choose between Visual Basic, Visual C#, Visual C++, Visual F# and others but I don't see "C" or "Visual C".

  8. CMake: path of CXX Compiler in Visual Studio 2019?

    Oct 21, 2021 · I have Visual Studio 2019 installed on my PC. I set as Windows environment variable for CXX the following path: C:\Program Files (x86)\Microsoft Visual …

  9. How to download and install Microsoft's Visual Studio C/C++ compiler ...

    Mar 29, 2024 · I'm trying to run C code on my Windows, but I have a low-end PC, and I don't think I should install Visual Studio. How do I only install the C/C++ compiler that comes with it, without …

  10. visual studio - How do I obtain Microsoft's C++ compiler and standard ...

    Sep 22, 2021 · I want to try compiling some C++ code with Microsoft's C++ compiler, and using their standard C++ library. But, I would really rather not install their Visual Studio IDE.