📁 Semester2
├── 📁 DMS
│ ├── 📁 Books
│ │ ├── 📄 Discrete Mathematics with Applications by Susanna S. Epp - 4th Edition.pdf
│ │ └── 📄 Discrete_Mathematics_and_Its_Applications_7th_Edition_Rosen.pdf
│ ├── 📁 Finals
│ │ ├── 📄 DMS - Finals.pdf
│ │ └── 📄 DMS - Graphs.ppt
│ └── 📁 Mids
│ └── 📄 DMS - Mids.pdf
├── 📁 IPS
│ ├── 📁 Assignment
│ │ └── 📄 Pak Studies Assignment.pdf
│ └── 📄 اسلامیات{ فائنل سلیبس}.pdf
├── 📁 LADE
│ ├── 📁 Assignment
│ │ └── 📄 LADE assignment.pdf
│ └── 📁 Books
│ ├── 📄 Application of Linear System.pdf
│ └── 📄 LADE-Linear Algebra.pdf
├── 📁 OOP
│ ├── 📁 Book
│ │ └── 📄 Gaddis T. Starting Out with C++ from Control Structures to Objects 8ed 2015 (PF Period).pdf
│ ├── 📄 Memory management in C++ The heap and the stack.pdf
│ └── 📄 OOP - Notes.pdf
├── 📁 OOP Lab
│ ├── 📄 OOP Lab Manual.pdf
│ └── 📁 Project
│ ├── 📄 OOP Lab Project Porposal (AutoRecovered).docx
│ ├── 📄 OOP Project.docx
│ └── 📁 SourceCode
│ ├── 📄 Admin.cpp
│ ├── 📄 Admin.h
│ ├── 📄 Admin_Sign_up.txt
│ ├── 📄 Customer.cpp
│ ├── 📄 Customer.h
│ ├── 📄 Customer_Data.txt
│ ├── 📁 Debug
│ │ ├── 📄 Admin.obj
│ │ ├── 📄 Customer.obj
│ │ ├── 📄 Project1.Build.CppClean.log
│ │ ├── 📄 Project1.log
│ │ ├── 📁 Project1.tlog
│ │ │ ├── 📄 CL.read.1.tlog
│ │ │ ├── 📄 CL.write.1.tlog
│ │ │ ├── 📄 Project1.lastbuildstate
│ │ │ ├── 📄 cl.command.1.tlog
│ │ │ ├── 📄 link.command.1.tlog
│ │ │ ├── 📄 link.delete.1.tlog
│ │ │ ├── 📄 link.read.1.tlog
│ │ │ └── 📄 link.write.1.tlog
│ │ ├── 📄 Room.obj
│ │ ├── 📄 Source.obj
│ │ ├── 📄 User.obj
│ │ ├── 📄 vc120.idb
│ │ ├── 📄 vc120.pdb
│ │ ├── 📄 vc141.idb
│ │ └── 📄 vc141.pdb
│ ├── 📄 Hotel.h
│ ├── 📄 Project1.vcxproj
│ ├── 📄 Project1.vcxproj.filters
│ ├── 📄 Project1.vcxproj.user
│ ├── 📄 Room.cpp
│ ├── 📄 Room.h
│ ├── 📄 Room_Data.txt
│ ├── 📄 Source.cpp
│ ├── 📄 User.cpp
│ ├── 📄 User.h
│ └── 📄 User_Sign_up.txt
├── 📁 SE
│ ├── 📁 Books
│ │ ├── 📄 Roger S. Pressman_ Bruce R. Maxin - Software Engineering_ A Practitioner’s Approach-McGraw-Hill Education (2014).pdf
│ │ ├── 📄 Software Engineering, 8th Edition.pdf
│ │ └── 📄 Software Testing (Details).pdf
│ ├── 📁 Finals
│ │ ├── 📄 Lecture 10 Agile Processes-Scrum.pptx
│ │ ├── 📄 Lecture 11 SDLC Overview.pdf
│ │ ├── 📄 Lecture 15 Testing.pdf
│ │ ├── 📄 SE - Finals.pdf
│ │ ├── 📄 Software Testing Fundamentals.pptx
│ │ ├── 📄 Software Testing.pdf
│ │ └── 📄 Stubs and Drivers.docx
│ └── 📁 Mids
│ ├── 📄 Component Diagrams.pdf
│ ├── 📄 Deployment Diagram.pdf
│ ├── 📄 Difference between Functional and Non-Funcational Req..pdf
│ ├── 📄 Object Diagram.pdf
│ ├── 📄 Package Diagram.pdf
│ ├── 📄 SE - Mids.pdf
│ ├── 📄 State Machine Diagram vs Activity Diagram.pdf
│ ├── 📄 UML - Overview.pdf
│ ├── 📄 UML Association vs Aggregation vs Composition.pdf
│ └── 📄 UML Diagrams.pdf
├── 📁 SE Lab
│ ├── 📁 Project
│ │ ├── 📁 Diagrams
│ │ │ ├── 📄 Activity Diagram.pdf
│ │ │ ├── 📄 Booking-Sequence diagram.vsdx
│ │ │ ├── 📄 Class Diagram.pdf
│ │ │ ├── 📄 Class Diagram.vsdx
│ │ │ └── 📄 User Case Diagram.vsdx
│ │ ├── 📄 Project Demo.mp4
│ │ ├── 📄 SE Proposal (2021-SE-24 & 39) - Submission.pdf
│ │ ├── 📄 SE Proposal (2021-SE-24 & 39).docx
│ │ ├── 📄 SE Proposal (2021-SE-24+39).docx
│ │ └── 📁 SourceCode
│ │ ├── 📄 Airbnb Icon pngnn.png
│ │ ├── 📄 Back.jpg
│ │ ├── 📄 Becomehost.html
│ │ ├── 📄 Bedroom(hotel page).webp
│ │ ├── 📄 Confirm and pay.html
│ │ ├── 📄 HYHtD8F_400x400.jpg
│ │ ├── 📄 Pic01Main.webp
│ │ ├── 📄 Product Page.html
│ │ ├── 📄 Questions about hosting bg.webp
│ │ ├── 📄 Search Logo.jpg
│ │ ├── 📄 Search result.html
│ │ ├── 📄 airbnb.png
│ │ ├── 📄 airbnblogo.jpg
│ │ ├── 📄 aircover.webp
│ │ ├── 📄 booking.html
│ │ ├── 📄 logo.jpg
│ │ ├── 📄 logobw.png
│ │ ├── 📄 main.html
│ │ ├── 📄 murree.jpg
│ │ ├── 📄 pic02.webp
│ │ ├── 📄 pic03.webp
│ │ ├── 📄 pic04.webp
│ │ ├── 📄 pic05.webp
│ │ ├── 📄 pic06.webp
│ │ ├── 📄 search.png
│ │ ├── 📄 sign up.html
│ │ ├── 📄 signing in.html
│ │ ├── 📄 style.css
│ │ ├── 📄 success.html
│ │ ├── 📄 user.png
│ │ └── 📄 web.jpg
│ ├── 📄 Test Case Example.docx
│ └── 📄 Test Cases Details.docx
└── 📁 THQ
├── 📁 Assignment
│ └── 📄 Assignment_compressed.pdf
└── 📁 Book
└── 📄 surah_2_al_baqara_urdu_tarjuma.pdf