/cpp-basic

my repo for learning C++ lang

Primary LanguageC++

C++ Basic

c++ test

my repo for learning basic of C++ for low level implementation.

core process

  • preprocessing : preprocessing a header file
  • compiling : compiling a program to machine code or obj file
  • linking : linking all obj file to executable program