The C++ Standard Library

This section briefly discusses a few classes provided by the C++ Standard Library that we will make use of in our RtMidi programs.

C++ Standard Output

We will make use of the C++ standard output stream, std::cout, to print messages from a running program to a terminal window. This will typically be done to display incoming MIDI message information.

The Vector Class



McGill ©2003-2020 McGill University. All Rights Reserved.
Maintained by Gary P. Scavone.