extra chapters
sometimes i find that the textbook i’m using doesn’t have the coverage of the material i want to go over in class, so i write some additional chapters. here are the chapters i have so far.
extra C++23 chapters
supplemental material for CMPE 30
- Numbers in C++ reviews different ways to represent and convert numbers.
- Operators in C++ reviews how operators are used and precedence of the operators.
- Cheet Sheet A summary of everything we are going to learn on as few pages as possible.
extra C for C++ programmers chapter.
this comes at the end of the C++ class and my favorite C text The C Programming Language is a little overkill
- C for C++ Programmers fundamentals of C especially where it differs from C++.
- C for C++ Programmers Answers the answers to exercises from in the chapters. (don’t read until you’ve come up with your own answers ;) )