Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 527 Bytes

File metadata and controls

25 lines (16 loc) · 527 Bytes

Workspace

Just a playground for me to test code in

Codeblocks

Build Options

click: Project -> Build options

Compiler settings

check: Have g++ follow the C++11 ISO C++ language standard

Linker settings

The linker will search in the default lib path first, and then any custom paths set in the search directories for designated -l(libaries).

enter: -l(name of library)

Search directories

Compiler

Other linker options: add: /(path to include folder)

Linker

add: /(path to lib folder)