About 1,240,000 results
Open links in new tab
  1. 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".

  2. What is the difference between C++ and Visual C++?

    Jun 9, 2009 · Microsoft Visual C++ (often abbreviated as MSVC or VC++) is an integrated development environment (IDE) product from Microsoft for the C, C++, and C++/CLI programming languages. …

  3. What is the difference between Visual C++ and C++?

    May 13, 2011 · Visual C++ is the name of Microsoft's IDE and compiler for the C++ programming language. Note, though, that -- like many C++ implementations -- Visual C++ has certain extensions …

  4. How to run a C program in Visual Studio Code? - Stack Overflow

    Aug 30, 2021 · The guide for using C++ with Visual Studio Code is located here: C/C++ for Visual Studio Code If you are using the windows operating system, you can install the Microsoft Visual C++ …

  5. Can't compile code "launch: program <program_path> does not exist

    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...

  6. How do I create a C project in visual Studio 2019?

    Jun 16, 2019 · 18 I installed Visual Studio 2019 and I want to create a C project. Not C++ and not C# There is no option for a C solution But the doc says VS is both a C and a C++ compiler. I see no …

  7. windows - How can I do GUI programming in C? - Stack Overflow

    Visual Studio is my environment of choice for Windows C and C++ development. There are other questions here on Stack Overflow about alternative C compilers for Windows if you're interested in …

  8. How to fix "return value ignored: 'scanf'" code C6031 in visual studio

    Sep 19, 2019 · Whatever you did to make visual studio complain about ignoring scanf() s return value. Please teach it to as many people as you can.

  9. how do you create a .c file in Visual Studio 2017 Professional

    Jan 29, 2018 · Modern Visual Studio C compiler is a highly respected C compiler with C99 support. Overwhelming majority of desktop C and C++ development for all target platforms today is done in …

  10. c++ - C on Visual Studio - Stack Overflow

    Apr 27, 2012 · Visual Studio or Express do consider .c files as C code, but the compiler will keep giving warnings, and irritating suggestions which you do not require, in the debugger.