Skip to main content\(
\newcommand{\lt}{<}
\newcommand{\gt}{>}
\newcommand{\amp}{&}
\definecolor{fillinmathshade}{gray}{0.9}
\newcommand{\fillinmath}[1]{\mathchoice{\colorbox{fillinmathshade}{$\displaystyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\textstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptscriptstyle\phantom{\,#1\,}$}}}
\)
Section 6.11 Glossary
Glossary Glossary
- c-string.
-
An array of characters that ends with a terminating null character. i.e.
\0.
- member function.
-
A function thatβs associated with a certain type of object; this function is called a member function of that object.
- stream.
-
An abstraction that allows you to send or receive an unknown number of bytes in input or output. It is a metaphor for a stream of water.
- End-Of-File(EOF).
-
A flag at the end of the file to let programs know when to stop.
You have attempted
of
activities on this page.