# install
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install make
sudo apt-get install gdb
sudo apt-get install gcc
sudo apt-get install g++
sudo apt-get install git
sudo apt-get install cmake
# check
gdb --version
gcc --version
g++ --version- book
- udemy-tooling
- vscode-configuration
Create .gitignore with: https://www.toptal.com/developers/gitignore
- use CLI, e.g.:
g++ TernaryOperator.cc -o main./main
- Use makefile:
make buildandmake run, afterwardsmake clean
- Cleanup remains:
- Windows
.\cleanup.ps - Linux
/home/comp/dev/cpp-training/cleanup.sh
- Windows
- Compiler FLags Link