C/C++ Programming Resources
Below are some in-house tutorials and references for C and related languages (most notably C++) created by members of Team 449.
C
- Input and Output in C
- A tutorial for the most commonly used input and output functions in C, including terminal I/O, file I/O, and string I/O. This document also discusses common security issues associated with these functions.
C++
- Introduction to Object-Oriented C++
- A simple introduction to object-oriented programming in C++. This tutorial covers only the basics of classes and inheritance.
- More Advanced Object-Oriented C++
- Coming soon!
- Introduction to the Standard Template Library
- Coming soon!

