/cpp-crash-course

Learning C++ using the NeuralNine video crash course

Primary LanguageC++

C++ Crash Course

This repo documents my progress through NeuralNine's C++ Crash Course video on YouTube.

So far I've worked through the following sections:

  1. "Hello World!"
  2. Variables and Data Types
  3. Operators
  4. User Input
  5. Typecasting
  6. Storage Classes
  7. Conditions
  8. Switch Case Statement
  9. Loops
  10. Functions
  11. Call By Reference
  12. Header Files
  13. Global Variables
  14. Arrays
  15. Strings
  16. Exception Handling
  17. Pointer Basics
  18. Constants
  19. Pre-Processor Directives
  20. Enums
  21. Structs
  22. Typedef