the lamppost

Beginning with C++

I have begun learning C++. This is very exciting.

I will use C++ to work on audio software and digital signal processing. The plan is to first familiarize myself with the language by going through www.learncpp.com and then trying to implement the BasicSynth library from scratch using Code::Blocks.

I am planning on doing "session reports" for what I have done after sitting down for a couple of hours to learn during any particular day.

This is the first report.

road

I am starting on a new road :)).

Accomplishments

I have finished chapter 0 (and started on 1) of www.learncpp.com, which taught me about compiling and how to configure my compiler for issuing warnings that are usually emitted in Code::Blocks.

Previously, I had already familiarized myself with some of the syntax involved, so I could already print values, store variables, understand functions and have an inkling of how pointers work. The information came from C++ creator's drafts of "A Tour of C++".


I hope to continue posting updates indefinitely to document my process. See you soon?

#C++ #programming