Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.91 KB

File metadata and controls

27 lines (22 loc) · 1.91 KB

C++ Playground

This is where I keep all my non project related C and C++ source codes. Its an educational repo for documenting my progress; all my trials and tribulations with one of the "hardest" languages to master. If you're interested, I have used project-euler (https://github.com/glennlopez/Archive.ProjectEuler) to benchmark my understanding with using C and C++ to solve math puzzles.

Folder Structure

Folder Name Description
zyBooks my solution for zyBooks C++ online lesson
c++ tricks tips and tricks I learned along my c++ journey
c++ primer example codes/notes I made for myself for self teaching
sandbox random trials for cpp lang
practice my ABC (always be coding) incentive
tools programs or classes in C++ that i've made for myself
common_errors logs of my common errors and forgetfulness with C and C++

Learning/Referance material