From 6b513b174c745ed9f3d0f1c993c271af0781c222 Mon Sep 17 00:00:00 2001 From: <> Date: Mon, 9 Oct 2023 14:33:22 +0000 Subject: [PATCH] Deployed 40dcc3a with MkDocs version: 1.5.3 --- 404.html | 2 +- arrays/index.html | 4 ++-- ...e.6eac0284.min.js => bundle.94c44541.min.js} | 4 ++-- ...84.min.js.map => bundle.94c44541.min.js.map} | 7 +++---- ...h.a264c092.min.js => search.f886a092.min.js} | 14 +++++++------- ...92.min.js.map => search.f886a092.min.js.map} | 7 +++---- assets/stylesheets/main.79e020e9.min.css | 1 - assets/stylesheets/main.bd3936ea.min.css | 1 + ...e9.min.css.map => main.bd3936ea.min.css.map} | 2 +- ...5377069.min.css => palette.356b1318.min.css} | 2 +- ...min.css.map => palette.356b1318.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 20 files changed, 38 insertions(+), 40 deletions(-) rename assets/javascripts/{bundle.6eac0284.min.js => bundle.94c44541.min.js} (79%) rename assets/javascripts/{bundle.6eac0284.min.js.map => bundle.94c44541.min.js.map} (83%) rename assets/javascripts/workers/{search.a264c092.min.js => search.f886a092.min.js} (75%) rename assets/javascripts/workers/{search.a264c092.min.js.map => search.f886a092.min.js.map} (80%) delete mode 100644 assets/stylesheets/main.79e020e9.min.css create mode 100644 assets/stylesheets/main.bd3936ea.min.css rename assets/stylesheets/{main.79e020e9.min.css.map => main.bd3936ea.min.css.map} (95%) rename assets/stylesheets/{palette.a5377069.min.css => palette.356b1318.min.css} (96%) rename assets/stylesheets/{palette.a5377069.min.css.map => palette.356b1318.min.css.map} (98%) diff --git a/404.html b/404.html index 4f799f9..5f6f856 100644 --- a/404.html +++ b/404.html @@ -1 +1 @@ - Learn C++
\ No newline at end of file + Learn C++
\ No newline at end of file diff --git a/arrays/index.html b/arrays/index.html index c1d80ce..4eb42e2 100644 --- a/arrays/index.html +++ b/arrays/index.html @@ -1,4 +1,4 @@ - Arrays - Learn C++
Skip to content

Getting Started

To start using C++, we need two things:

  • A compiler
  • A text editor

Compiler

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.

Text Editor

We recommend using Visual Studio Code as the coding interface. Also make sure we install the C/C++ extension.


Last update: 2022-09-22
Created: 2022-09-21
\ No newline at end of file +

If the version displays, we are good to go.

Text Editor

We recommend using Visual Studio Code as the coding interface. Also make sure we install the C/C++ extension.


Last update: 2022-09-22
Created: 2022-09-21
\ No newline at end of file diff --git a/index.html b/index.html index 7a216cb..2bca513 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ - Learn C++