Skip to content

Solutions for an advanced C++ exam, focusing on object-oriented design and memory management.

Notifications You must be signed in to change notification settings

belmqadem/Exam_rank_05

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Solutions for an advanced C++ exam, focusing on object-oriented design and memory management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages