> For the complete documentation index, see [llms.txt](https://amriths-harijayanthan.gitbook.io/notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://amriths-harijayanthan.gitbook.io/notes/c++-programming.md).

# C++ programming

IDE + TOOLCHAIN

1. Installation: \[Windows 10/11]

use  <https://winlibs.com/> to download and place it in C:/Mingw

Update Environment variables to use this path

or Use Chocolately tool to install <https://gist.github.com/tc-imba/93f299136b5a765aa2d176914d8e25cd>

2. VS code setup

Install VS code

Install C++ extensions pack

create new file and Select a run configuration while executing..

&#x20;
