From b3b7930cf1ac52be26b9d2bcc2e5c26e6ee22ea1 Mon Sep 17 00:00:00 2001 From: <> Date: Mon, 13 May 2024 14:54:42 +0000 Subject: [PATCH] Deployed 9d42047 with MkDocs version: 1.6.0 --- 404.html | 2 +- arrays/index.html | 4 ++-- ...e.a7c05c9e.min.js => bundle.5cfa9459.min.js} | 4 ++-- ...9e.min.js.map => bundle.5cfa9459.min.js.map} | 4 ++-- ...n.66ac8b77.min.css => main.732c4fb1.min.css} | 2 +- ...77.min.css.map => main.732c4fb1.min.css.map} | 2 +- basics/index.html | 4 ++-- ccc/index.html | 4 ++-- conditionals/index.html | 4 ++-- functions/index.html | 4 ++-- get-started/index.html | 4 ++-- index.html | 4 ++-- loops/index.html | 4 ++-- pointers/index.html | 4 ++-- sitemap.xml.gz | Bin 127 -> 127 bytes 15 files changed, 25 insertions(+), 25 deletions(-) rename assets/javascripts/{bundle.a7c05c9e.min.js => bundle.5cfa9459.min.js} (69%) rename assets/javascripts/{bundle.a7c05c9e.min.js.map => bundle.5cfa9459.min.js.map} (80%) rename assets/stylesheets/{main.66ac8b77.min.css => main.732c4fb1.min.css} (79%) rename assets/stylesheets/{main.66ac8b77.min.css.map => main.732c4fb1.min.css.map} (87%) diff --git a/404.html b/404.html index 96621f2..0e54437 100644 --- a/404.html +++ b/404.html @@ -1 +1 @@ -
To start using C++, we need two things:
For Windows users, we can use the WinLibs standalone build of GCC and MinGW-w64.
Let's get the Universal C Runtime version from WinLibs. As of September 2022, the latest version is GCC 12.2.0 + LLVM/Clang/LLD/LLDB 14.0.6 + MinGW-w64 10.0.0 (UCRT) - release 2
.
Download the zip file and extract to a preferable location. Then add the path of that preferable location in the PATH
environment variable.
To verify the installation of compiler, open a new terminal and run
g++ -v
-
If the version displays, we are good to go.
We recommend using Visual Studio Code as the coding interface. Also make sure we install the C/C++
extension.