Back to Browse

Installing C++ in visual studio code | (Part - 3 (Mastering C++ 2020))

1.3K views
Aug 3, 2020
7:40

How to compile your C++ code in Visual Studio Code One of C++'s main features is the compiler. This is used to compile and run C++ code. A compiler is a special program that processes statements written in a particular programming language like C++ and turns them into machine language or "code" that a computer's processor uses. I actually wrote this article because I had a C++ assignment which required using a compiler. As usual, everyone was using the CodeBlocks IDE and Visual Studio IDE. But I was already used to Visual Studio Code for all my programming stuff. Head to www.mingw.org and click the “Download/Installer” link to download the MinGW setup file, or click here for Windows, here for Linux, and here for Mac MinGW, a contraction of "Minimalist GNU for Windows", is a minimalist development environment for native Microsoft Windows applications. After downloading, install MinGW and wait for the “MinGW Installation Manager” to show up. Subscribe our channel: https://www.youtube.com/channel/UCYl5G87mJQJOOQoAevAzd5w?sub_confirmation=1 ASP.NET Core advanced topics playlist: https://www.youtube.com/playlist?list=PLWaICQIaKdJa_dt2AxFHSQJENZec7epGc Blazor tutorial: https://www.youtube.com/playlist?list=PLWaICQIaKdJYxRCKAIODg8-rgUf9eA8ju This is primarily focused on .NET products and also features the best online web development, mobile development, data science and programming tutorials for all of the latest web technologies including ASP.NET Core, .NET Core, Vue.js, Angular, Machine Learning, Deep Learning, ML.NET and HTML, CSS, JS. My Patreon Page: https://www.patreon.com/dotnetTacademy My Twitter Page - https://twitter.com/rockyram6195 My Instagram Page - https://www.instagram.com/dotnetacademy/ My FaceBook Page - https://www.facebook.com/ProgrammingWorld2014/ My Facebook Profile - https://www.facebook.com/raja.ram.1257

Download

0 formats

No download links available.

Installing C++ in visual studio code | (Part - 3 (Mastering C++ 2020)) | NatokHD