Skip to content

aatansen/Deep-Dive-in-CPP

Repository files navigation

Environment Setup (VSCode)

  • SourceForge (old version):
  • TDM-GCC(setup and use):
  • Msys2 (Latest version - Recommended by vscode):
    • Download latest Msys2 installer also available in github and install it.
    • After install open msys2 and run pacman -S --needed base-devel mingw-w64-ucrt-x86_64-toolchain enter Y when asked for permission.
    • Add bin path of Msys2 e.g: C:\msys64\ucrt64\bin

More sources available in mingw-w64

  • Install C/C++ Extension Pack & Code Runner extension

  • To run code that has spaces in filename (first code.cpp) add this in vscode setting:

    "code-runner.runInTerminal": true,
        "code-runner.executorMap": {
            "cpp": "cd $dir && g++ \"$fileName\" -o \"$fileNameWithoutExt\" && \"./$fileNameWithoutExt\""
          }

University Courses

C++ Programming Essentials for Beginners

About

This repo consists of my C++ journey

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages