C++ Programming Lecture Notes PDF
Document Details
Uploaded by SuppleNoseFlute2862
Tags
Related
- Object-Oriented Programming, Lecture 06 PDF
- 22316 Object-Oriented Programming using C++ Sample Question Paper PDF
- C++ Object-Oriented Programming Concepts PDF
- MCADD-501 Object Oriented Programming in C++ PDF November 2023 Past Paper
- CT1_OOPS Object Oriented Programming with C++ Past Paper PDF 2021-22
- BCA 2023 Object-Oriented Programming (C++) Past Paper PDF
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