Summary

These are lecture notes of a C++ programming course in Arabic, most likely for university students. The notes introduce the concept of classes and the functions related to those classes.

Full Transcript

1 ‫كلية علوم الحاسوب و تقانة المعلومات‬ ‫ الشبكات‬+ ‫ تقنية المعلومات‬+ ‫قسم علوم الحاسوب‬ ‫الفصل الدراسي الثالث‬ )8( :‫المحاضرة‬ )C++( ‫ أساليب البرمجة‬:...

1 ‫كلية علوم الحاسوب و تقانة المعلومات‬ ‫ الشبكات‬+ ‫ تقنية المعلومات‬+ ‫قسم علوم الحاسوب‬ ‫الفصل الدراسي الثالث‬ )8( :‫المحاضرة‬ )C++( ‫ أساليب البرمجة‬:‫المادة‬ #include using namespace std; class Person{ public: string name; void printName(){ cout

Use Quizgecko on...
Browser
Browser