installation
title: "courses/c-course - installation.md"
- **fileName**: installation
- **Created on**: 2024-06-06 13:57:21
for install c++ and c you must install compiler and debugger for them:
- Linux -> install
gcc
, command example:sudo pacman -S gcc
- windows -> visit the Linux
https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170
continue : stdio-dataTypes.md