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

  1. VS code setup

Install VS code

Install C++ extensions pack

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

Last updated