Skip to content

Latest commit

 

History

History
64 lines (45 loc) · 2.61 KB

File metadata and controls

64 lines (45 loc) · 2.61 KB

Programming Using C++ (Level 2)

This repository provides solutions, examples, and projects related to advanced topics in C++ programming. It aims to help learners and developers enhance their skills through hands-on experience and practical implementation of concepts.


📋 What's Included

  • Advanced C++ Programs: Showcasing various features of the language.
  • Well-Commented Code: Makes complex concepts easier to understand.
  • Projects and Exercises: For hands-on learning.
  • Best Practices: Demonstrating modern C++ techniques.

📝 Topics Covered

  1. Date and Time (DateTime)
  2. Miscellaneous Topics (Miscellaneous)
  3. Pointers (Pointers)
  4. Dealing with Strings (Strings)
  5. More About Arrays (Arrays)
  6. Printing and Formatting (Printing & Formatting)
  7. Dynamic Memory Allocation (Memory Allocation)
  8. More About Functions (Functions)
  9. References (References)
  10. Exception Handling (Exceptions)
  11. More About Variables (Variables)
  12. Vectors Part II (Vectors)

هذا المستودع يوفر حلولًا، وأمثلة، ومشاريع متعلقة بالمواضيع المتقدمة في برمجة C++. الهدف هو مساعدة المتعلمين والمطورين على تحسين مهاراتهم من خلال التطبيق العملي وتنفيذ المفاهيم.


📋 What's Included

محتويات المستودع

  • برامج متقدمة بلغة C++: عرض ميزات متعددة للغة.
  • شيفرات مشروحة بالكامل: لتبسيط فهم المفاهيم المعقدة.
  • مشاريع وتمارين: للتعلم العملي.
  • أفضل الممارسات: لتوضيح تقنيات البرمجة الحديثة باستخدام C++.

📝 Topics Covered

المواضيع المغطاة

  1. التعامل مع التاريخ والوقت (DateTime)
  2. مواضيع متنوعة (Miscellaneous)
  3. المؤشرات (Pointers)
  4. التعامل مع النصوص (Strings)
  5. المزيد عن المصفوفات (Arrays)
  6. التنسيق والطباعة (Printing & Formatting)
  7. إدارة الذاكرة الديناميكية (Dynamic Memory Allocation)
  8. المزيد عن الدوال (Functions)
  9. المراجع (References)
  10. معالجة الأخطاء (Exceptions)
  11. المزيد عن المتغيرات (Variables)
  12. الجزء الثاني من المصفوفات المتجهة (Vectors)