Skip to content

Instantly share code, notes, and snippets.

View Mohido's full-sized avatar

Mohammed Al-Mahdawi Mohido

  • Budapest
View GitHub Profile
@Mohido
Mohido / C_CPP_CLANG_VSCODE.md
Last active December 27, 2022 01:25
Setting Up Visual Code for C/C++ Development With CLANG

Pre-Requisits:

Setting Up VSCode:

  1. After Downloading VScode, install the foollowing VSCode extensions:
  1. Craete a folder called .vscode in your working directory.
  2. The C/C++ IntelliSense Debugger settings can be set based on the c_cpp_propoerties.json and launch.json files which the developer must create in the ".vscode" folder. The files content are explained below.