Never stop talking " STOP the Gaza Genocide "
  • Lesson.No : 17
  • 00:14:57
  • Primitive Built-in Types in C++

  • Play
Loading...

Course Lessons

  1. 1- Introduction to C++ Programming
  2. 2- Writing a Simple C++ Program
  3. 3- Installing Source Code Editor and Compiler
  4. 4- Compiling & Executing C++ Programs (Windows CMD)
  5. 5- Compiling & Executing C++ Programs (VS Code)
  6. 6- Input and Output in C++
  7. 7- Namespaces in C++
  8. 8- Comments in C++
  9. 9- Comments in C++ (Exercise)
  10. 10- The 'while' Statement in C++
  11. 11- The 'for' Statement in C++
  12. 12- Reading an Unknown Number of Inputs in C++
  13. 13- The 'if-else' Statement in C++
  14. 14- The 'else-if' Statement in C++
  15. 15- C++ Program to Count Number of Consecutive Inputs
  16. 16- Indentation and Formatting of C++ Programs
  17. 17- Primitive Built-in Types in C++
  18. 18- Signed and Unsigned Types in C++
  19. 19- Machine-Level Representation of Built-in Types in C++
  20. 20- Type Conversions in C++
  21. 21- Literals in C++
  22. 22- Escape Sequences in C++
  23. 23- Variables in C++
  24. 24- Identifiers in C++
  25. 25- Scope of a Name in C++
  26. 26- Nested Scopes in C++
  27. 27- Compound Types in C++ (References)
  28. 28- Compound Types in C++ (Pointers)
  29. 29- const Qualifier in C++
  30. 30- References to const in C++
  31. 31- Pointers and const in C++
  32. 32- Top-Level and Low-Level const in C++
  33. 33- Constant Expressions
  34. 34- Pointers and constexpr in C++
  35. 35- Type Aliases in C++
  36. 36- Pointers, const, and Type Aliases in C++
  37. 37- The auto Type Specifier in C++
  38. 38- The decltype Type Specifier in C++
  39. 39- decltype and References in C++
  40. 40- The string Data Type in C++
  41. 41- Operations on Strings (Part 1)
  42. 42- Operations on Strings (Part 2)
  43. 43- Operations on Strings (Part 3)
  44. 44- Dealing with Characters in a String
  45. 45- Processing Every Character in a String
  46. 46- Processing Some Characters in a String
  47. 47- The Vector Type in C++
  48. 48- Defining and Initializing Vectors in C++
  49. 49- Adding Elements to a Vector in C++
  50. 50- Some more Vector Operations in C++