This program is intended for use exploring bitwise operator. It also demonstrates the use of the 8-bit unsigned char type and using printf to display integer values in various number bases.
Revision 108:61d009929518, committed 2021-10-01
- Comitter:
- CSTritt
- Date:
- Fri Oct 01 18:18:49 2021 +0000
- Parent:
- 107:e7084caca83a
- Commit message:
- This program is intended for use exploring bitwise operator. It also demonstrates the use of the 8-bit unsigned char type and using printf to display integer values in various number bases.
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r e7084caca83a -r 61d009929518 main.cpp --- a/main.cpp Fri Oct 01 18:16:36 2021 +0000 +++ b/main.cpp Fri Oct 01 18:18:49 2021 +0000 @@ -2,7 +2,9 @@ Project: 21_BitTests_v5 File: main.cpp -Explores literal integers and bitwise operations. +This program is intended for use exploring bitwise operator. It also +demonstrates the use of the 8-bit unsigned char type and using printf to +display integer values in various number bases. Last modified 9/30/21 by C. S. Tritt (v. 1.0) */