Skip to content

Tylores/Workspace

Repository files navigation

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)

About

Just a playground for me to test code in

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages