All lecture materials for CS 1342 Spring 2023 Term
To setup your environment for CS 1342 follow these instructions: Setup
You will find the following under the sample code directory.
Chapter01/
- Intro to C++, Basic I/OChapter02/
- Variables, Types, OperatorsChapter03&04/
- Branches and LoopsChapter05/
- FunctionsChapter06/
- STL VectorsChapter07/
- StreamsChapter08/
- RecursionChapter09/
- Searching / Sorting AlgorithmsChapter10/
- Objects and ClassesChapter11/
- Pointers and Dynamic Memory AllocationChapter12/
- Linked Lists, Stacks, QueuesChapter13/
- Inheritance and Polymorphism
There is also a misc/
folder that contains other documentation on GCC/G++ Setup and other helpful tools that will aid you in programming!