π Student at Benha Faculty of Computers & Artificial Intelligence
π» Passionate about Software Development
π Focused on :
πΉ C++
πΉ Object-Oriented Programming
πΉ Data Structures
πΉ Algorithms & Problem Solving
π Currently expanding into:
πΉ C#
πΉ .NET Development
πΉ Windows Forms
πΉ SQL Server
π Following ProgrammingAdvices Roadmap
π¨βπ« Instructor Dr. Mohammed Abu-Hadhoud
Complete banking system built using OOP.
https://github.com/AhmedYaser-Mt/Project-13-Bank-System-and-Currency-Exchange_OOP
Custom implementation of a dynamic array in C++.
https://github.com/AhmedYaser-Mt/Project-18-Dynamic-Array-Class
Full implementation of a double linked list data structure.
https://github.com/AhmedYaser-Mt/Project-15-Double-Linked-List-Class
Custom string utilities using OOP.
https://github.com/AhmedYaser-Mt/Project-8-String-Library-OOP-
Libraries for managing dates and periods.
https://github.com/AhmedYaser-Mt/Project-9-Date-and-Period-Libraries-OOP-
// Focused on mastering Software Development
class AhmedYaserMt
{
public:
string university = "Benha University";
string faculty = "Faculty of Computers & Artificial Intelligence (BFCAI)";
string track = "Future Software Developer";
string passion = "Problem Solving & Building Systems";
void sayHi()
{
cout << "Thanks for visiting my profile π";
}
};