This is the repository for my class at Virginia Tech on Introduction to C++. It features code made for running on x86 computer running Windows or Ubuntu using either Visual Studio or terminal.
In this class, we learned the following things:
- C++ Types, defines, abstraction, and safe coding practices
- Introductory Object Oriented Programing lesson
- Coding using patterns to find correlations
- Dynamic and static memory allocation with heap and stack
- Multiple functions and header files
- Fast programs and speed oriented coding practices