Skip to content

Instantly share code, notes, and snippets.

View RedTrait's full-sized avatar
🏠
Working from home

BlueTrait RedTrait

🏠
Working from home
View GitHub Profile
@RedTrait
RedTrait / compiling_building_c_cpp_notes.md
Created April 14, 2023 01:52 — forked from gubatron/compiling_building_c_cpp_notes.md
Things to remember when compiling and linking C/C++ programs

Things to remember when compiling/linking C/C++ software

by Angel Leon. March 17, 2015;

Updated August 29, 2019.

Updated last on February 27, 2023

Include Paths

On the compilation phase, you will usually need to specify the different include paths so that the interfaces (.h, .hpp) which define structs, classes, constants, and functions can be found.