πŸ“–
C++
search
⌘Ctrlk
πŸ“–
C++
  • 1. C++ Basics
  • 2. Going Beyond the Basics
    • 2.1 Vector Basics
    • 2.2 Function Default Values
    • 2.3 Structs
    • 2.4 File Input/Output
    • 2.5 Error Handling
      • 2.5.1 Error Handling
      • 2.5.2 Validating a Number
      • 2.5.3 Validating a Vector Index
      • 2.5.4 Throwing Other Values
  • 3. Libraries
  • 4. 2D Vectors, Stacks, and Queues
  • 5. Sets and Maps
  • 6. Recursion
  • 7. Pointers, Linked Lists, and Graphs
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. 2. Going Beyond the Basics

2.5 Error Handling

2.5.1 Error Handlingchevron-right2.5.2 Validating a Numberchevron-right2.5.3 Validating a Vector Indexchevron-right2.5.4 Throwing Other Valueschevron-right
Previous2.4.5 Creating an Input Stream from a Stringchevron-leftNext2.5.1 Error Handlingchevron-right

Last updated 4 years ago