C++ resources
Language resources
- My C++ language primer PDF
- My C++ language primer Google Doc (only STC accounts)
- Microsoft C++ language reference
- cppreference.com
- cplusplus.com
Training and practice resources
- HKOI training problem set
- Session slides (access for team members only)
Some other resources you may find useful:
HKOI training outline
JUNIOR TEAM CONTENT
- Session 1: Getting started with c++ (i/o and control structures)
- Session 2: Numeric and math related content
- Session 3: String related content
- Session 4: Functions and references
- Session 5: Arrays
- Session 6: Search algorithms
- Session 7: Sort algorithms 1 (comparison based)
- Session 8: Sort algorithms 2 (recursive based)
- Session 9: Bitwise calculations
- Session 10: Data structures (linked lists, queues, stacks)
- Session 11: Full past papers practice
SENIOR TEAM SUPPLEMENTAL CONTENT
- To add