/CPP_Sketchpads

Tutorial CPP projects covering a number of topics. None of these are meant to be hyper efficient/performance code. These are tutorials to make, certain concepts of interest, absolutely clear to the user.

Primary LanguageC++MIT LicenseMIT

CPP-Sketchpads

This is a collection of C++ project/sketchpads.
Here you will find most of the code that I create for tutorial purposes.
Each sketchpad revolves around a different topic.
Some sketchpads are centered around fundamental C++ concepts.
Other sketchpads are centered around DSP, data structures, or algorithms.
Feel free to browse and comment on the code or make suggestions for further improvement.
I want to make sure that the code is highly readable and understandable before using fancy C++ features.
These are meant to be learning/tutorial tools.

I have written articles that correspond with some of these files.
Here are some links:

Via My LinkedIn

https://www.linkedin.com/post/edit/digital-filter-design-fir-vs-iir-filters-william-fehlhaber
https://www.linkedin.com/pulse/lambda-expressions-basics-william-fehlhaber/

Via The Audio Programmer

https://theaudioprogrammer.com/digital-filter-design-fir-vs-iir-filters/

.....φ(・∀・*)
Enjoy and keep on learning!