Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 1.25 KB

README.md

File metadata and controls

33 lines (17 loc) · 1.25 KB

Exam_rank_05

Exam Details

This exam consists of 3 questions in C++:

1️⃣ Warlock - Subject Text

2️⃣ Question 1 and ASpell, ATarget, Dummy, and Fwoosh - Subject Text

3️⃣ Question 1, Question 2, and BrickWall, Fireball, Polymorph, SpellBook, and TargetGenerator - Subject Text

Total Expected Files

  • 16 .cpp (C++ source files)

  • 16 .hpp (header files)

A total of 32 files is expected.

Important Notes

  1. Milestone Achievement

This exam is the penultimate step in your curriculum. If you’ve made it this far, congratulations! Your hard work and dedication have brought you to this advanced level, and there’s only one exam left to complete your journey.

  1. Pointer Deletion in cpp_module_02

During the final exercise of cpp_module_02, it’s critical to avoid manually deleting pointers in the exam. The testing program (grademe) already handles the deletion. If you attempt to delete pointers yourself, it may result in segmentation faults because the program might try to delete the same pointers again.

Final Encouragement

This exam is a testament to your skills and perseverance. You’re so close to the finish line—stay focused, give it your best effort, and success will follow. Good luck!