GDB Tutorial C++ vim GDB debugging linux Nov 27, 2020 getting started compile g++ -std=c++17 -O2 -Wall -pedantic -pthread main.cpp -o main && ./main 11 14 cpp reference cplusplus.com sharedptr