Skip to content

Harrison-Flax/lecture-materials

 
 

Repository files navigation

Lecture Materials

All lecture materials for CS 1342 Spring 2023 Term

Environment Setup

To setup your environment for CS 1342 follow these instructions: Setup

Sample Code

You will find the following under the sample code directory.

  1. Chapter01/ - Intro to C++, Basic I/O
  2. Chapter02/ - Variables, Types, Operators
  3. Chapter03&04/ - Branches and Loops
  4. Chapter05/ - Functions
  5. Chapter06/ - STL Vectors
  6. Chapter07/ - Streams
  7. Chapter08/ - Recursion
  8. Chapter09/ - Searching / Sorting Algorithms
  9. Chapter10/ - Objects and Classes
  10. Chapter11/ - Pointers and Dynamic Memory Allocation
  11. Chapter12/ - Linked Lists, Stacks, Queues
  12. Chapter13/ - Inheritance and Polymorphism

Miscellaneous

There is also a misc/ folder that contains other documentation on GCC/G++ Setup and other helpful tools that will aid you in programming!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.4%
  • Other 0.6%