Skip to content

Instantly share code, notes, and snippets.

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

RageCPP RageCPP

🏠
Working from home
View GitHub Profile
@RageCPP
RageCPP / 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.