Commit Graph

11 Commits

Author SHA1 Message Date
Shaun Reed de652bad32 [cpp] Add catch and qt examples 2022-12-18 08:57:41 -05:00
Shaun Reed d81c65b1d2 [cpp] Add multithreaded project
+ Add example for race condition problem / solution
2022-04-02 11:40:58 -04:00
Shaun Reed fc1f247987 [cpp] Add -Wall compiler option to root CMakeLists
+ Resolve all warnings
2022-03-31 17:42:23 -04:00
Shaun Reed a97dfbe34b Clean up CMakeLists in all C++ examples
+ Rename output executables to match directory structure
+ Remove libraries for small examples
+ Supress -Wreturn-type warnings for singleton that is intentionally not copyable
2022-03-31 16:01:08 -04:00
Shaun Reed bbbf404340 [cmake-example] Update cmake project example
+ Rename `cmake` -> `cmake-example`
2022-01-31 08:55:25 -05:00
Shaun Reed 2845b020ae Update README instructions
+ Fix incorrect library name for `algorithms/trees/BST` example
+ Update root CMakeLists.txt for major directories to set binary path
+ Add instructions to install CMake LTS with pip
2022-01-07 11:32:52 -05:00
Shaun Reed c8683680dd Add subdirectory for cryptography examples
+ Add example using columnar transposition for encrypting / decrypting messages
+ Fix cmake build error from duplicate lib-bst when building from project root
2021-07-20 11:23:39 -04:00
Shaun Reed c2300d7121 Rearrange graphics projects into subdirectory 2021-05-30 02:18:09 -04:00
Shaun Reed 248e48d5c9 Add subdirectory for practicing design patterns in C++
+ Add example for singleton
2021-05-11 11:56:46 -04:00
Shaun Reed 8646cd51ea Add CMakeLists for algorithms subdirectories 2021-05-04 23:07:39 -04:00
Shaun Reed 8817a594be Add cmake project files for cpp/ directory and all relevant subdirecctories
+ Add Makefiles generated by CMake JIC make is preferred
+ Update cmake version, header comments, and project descriptions
2021-04-28 00:10:47 -04:00