22 Bits, Characters, C Strings and structs

Objectives

In this chapter you’ll learn:

  • To create and use structs and to understand their near equivalence with classes.

  • To use typedef to create aliases for data types.

  • To manipulate data with the bitwise operators and to create bit fields for storing data compactly.

  • To use the functions of the character-handling library <cctype>.

  • To use the string-conversion functions of the general-utilities library <cstdlib>.

  • To use the string-processing functions of the string-handling library <cstring>.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset