C++ C++ Basic bool

Introduction

  1. C++ Boolean Type
  2. C++ bool type as while statement controller
  3. C++ bool type Set output format for bool variables to true and false instead of 1 and 0
  4. C++ Character Type
  5. C++ Integer Types
  6. C++ Integer Types decimal, octal, and hexadecimal
  7. C++ Integer Types signed and unsigned integers
  8. C++ Floating-Point Types


  9. C++ Type Modifiers
  10. C++ char type convert to int
  11. C++ char type read from console
  12. C++ char type Requests a name, prints the name five times, and rings a bell.
  13. C++ char type Terminate char array with \0 and output with cout
  14. C++ char type character variables
  15. C++ char type control for loop
  16. C++ char type Count characters and words typed in


  17. C++ char type Escape Sequences That Represent Control Characters
  18. C++ char type Packing and unpacking characters
  19. C++ char type Prints uppercase equivalents of five lowercase letters.
  20. C++ char type Ring the bell on your computer by assigning the \a escape sequence to a variable
  21. C++ char array as String Output a character array to standard output
  22. C++ char array Concatenate two char array strings
  23. C++ char array Copy a string
  24. C++ char array Copy a string using strcpy() function
  25. C++ char array Copy one string to another with pointers
  26. C++ char array count vowels and consonants
  27. C++ char array Counts the number of letters in the user's first name.
  28. C++ char array counts words in phrase
  29. C++ char array defined using array and pointer notation
  30. C++ char array Display an array of characters via pointer and array index
  31. C++ char array Displays a string with pointer notation
  32. C++ char array Illustrates changing a character string using pointer
  33. C++ char array Increments a pointer through a character array
  34. C++ char array Initialized string
  35. C++ char array Initializing pointers for strings
  36. C++ char array of pointers
  37. C++ char array of pointers to strings
  38. C++ char array of strings
  39. C++ char array passing value to string
  40. C++ char array Prints strings and characters
  41. C++ char array Prints strings pointed to by an array.
  42. C++ char array Prints the day of the week based on an input value.
  43. C++ char array read char array as string via cin
  44. C++ char array read from console and avoid buffer overflow
  45. C++ char array read from console via cin get
  46. C++ char array reverse
  47. C++ char array Stores a name in a character pointer.
  48. C++ char array string length via strlen()
  49. C++ char array string literal.
  50. C++ char array string variable
  51. C++ char array Tests the user's first initial and prints a message.
  52. C++ char array to create Array of strings
  53. C++ char array Working with strings in an array
  54. C++ char arrays Store and initialize
  55. C++ double type array
  56. C++ double type Calculate Averages
  57. C++ double type mixed expressions
  58. C++ double type Read from console
  59. C++ double type assignment and math calculation
  60. C++ double type Calculate speed
  61. C++ double type Calculates cylinder's volume from its radius and height
  62. C++ double type Calculating the Body Mass Index (BMI)
  63. C++ double type Calculating the height of a tree
  64. C++ double type calculation
  65. C++ double type Calculations
  66. C++ double type control for loop
  67. C++ double type Convert Fahrenheit to Celsius
  68. C++ double type Converts fahrenheit to celsius, or celsius to fahrenheit
  69. C++ double type Output in fixed point notation.
  70. C++ double type Output in scientific notation
  71. C++ double type reference as alias for a variable
  72. C++ double type variables
  73. C++ double type with declaration and initialization
  74. C++ float type Adding
  75. C++ float type Average salaries over $10,000
  76. C++ float type Averages six test scores.
  77. C++ float type Calculate prime interest rate
  78. C++ float type Calculate the area of a circle of given radius.
  79. C++ float type Compute sales tax and display it with an appropriate message.
  80. C++ float type compute the difference between two ages.
  81. C++ float type Computes a circle with radius of 5 and 20
  82. C++ float type Computes a grade average. Read the grade from user
  83. C++ float type Converts gallons to cubic feet
  84. C++ float type Dividing Two Numbers
  85. C++ float type maximum/minimum value
  86. C++ float type Multiplying
  87. C++ float type Prints and averages six test scores in array.
  88. C++ float type Prints daily, weekly, and monthly sales totals.
  89. C++ float type size
  90. C++ float type stored in array, sorted by sort()
  91. C++ float type Subtracting
  92. C++ float value average
  93. C++ float type Calculations
  94. C++ float type Invalid Results
  95. C++ float type Literals
  96. C++ float type Variables
  97. C++ float type floating point variables
  98. C++ int type and float type Calculate interest
  99. C++ int type Array initialization
  100. C++ int type Compare variables input from keyboard
  101. C++ int type Convert temperature from Celsius degrees into Fahrenheit
  102. C++ int type Initialize two variables by hexadecimal literal format
  103. C++ int type Output the results of applying the ~,& , | and ^ operations
  104. C++ int type A guess number game
  105. C++ int type and arithmetic operator
  106. C++ int type Average
  107. C++ int type Binary Literals
  108. C++ int type convert fahrenheit to Celsius
  109. C++ int type Finding the Remainder Between Two Numbers
  110. C++ int type Hexadecimal Digits and their Values in Decimal and Binary
  111. C++ int type Hexadecimal Literals
  112. C++ int type integer values Formatting
  113. C++ int type literal in octal and hexadecimal
  114. C++ int type negative variable
  115. C++ int type Octal Literals
  116. C++ int type signed and unsigned integers
  117. C++ int type Signed Integer Types
  118. C++ int type Totals eight input int values from the user
  119. C++ int type value Compare with constant value
  120. C++ int type truncation
  121. C++ int type Add 5 to the value
  122. C++ int type Divide integer variables, Find Quotients and Remainders
  123. C++ int type Subtracting integer variables
  124. C++ int type Minimum and Maximum Values
  125. C++ Implicit Conversions to boolean
  126. C++ Implicit Conversions to void* type
  127. C++ Implicit Conversions with Array
  128. C++ Data Type Cast Calculate interest on a loan
  129. C++ Data Type Casting
  130. C++ Data Type Converts a length in yards as a decimal value to yards, feet, and inches.
  131. C++ Data type Explicit Type Conversion via static_cast
  132. C++ Data Type Implicit Conversions
  133. C++ Data Type maximum and minimum values
  134. C++ Data Type mixed in an expression, mix int and float type value
  135. C++ Data Type Output the size of each type of variable