Skip to content
View waelodeh98's full-sized avatar

Block or report waelodeh98

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
waelodeh98/README.md

Profile ViewsGitHub Followers

Banner

📌 About Me

  • 🎓 Software Engineering Student at Philadelphia University
  • 💻 Learning C++ and Object-Oriented Programming (OOP)
  • 🖥️ Developing interactive Console Applications
  • 🚀 Passionate about improving coding skills and building projects

🧠 My Focus Areas

  • C++ Programming
  • Object-Oriented Programming (OOP)
  • Console Application Development
  • Software Design & Logic
  • Problem Solving & Algorithms
#include<iostream>
#include<string>
#include<vector>usingnamespacestd;classWaelSamer
{
public:
string University = "Philadelphia University";
string Major = "Software Engineering";
string PrimaryLanguage = "Modern C++";
vector<string> CurrentlyLearning =
{
"C#",
"Windows Forms",
"Database Systems"
};
vector<string> Skills =
{
"Object-Oriented Programming",
"Data Structures",
"Console Applications",
"Software Design"
};
string Goal = "Professional Software Engineer";
};
intmain()
{
WaelSamer Developer;
cout << "Turning ideas into code..." << endl;
return0;
}

🛠️ Languages & Tools

Top Languages

📊 GitHub Stats & Trophies



🔗 Connect with Me

LinkedInWhatsAppGmailWebsite

pacman contribution graph
Bottom Line

Pinned Loading

  1. ATM-SystemATM-SystemPublic

    A console-based ATM System developed in C++ that allows users to log in using an account number and PIN, then perform banking operations such as quick withdrawal, normal withdrawal, deposit, and ba…

    C++ 12 1

  2. SnakeGameSnakeGamePublic

    Interactive Snake Game in C++ with 4 difficulty levels, colorful console output, real-time keyboard controls, dynamic snake movement, sound effects, and score tracking, providing an engaging Window…

    C++ 10

  3. Bank-Management-System-OOP-CPPBank-Management-System-OOP-CPPPublic

    Console-based Bank Management System in C++ demonstrating full Object-Oriented Programming (OOP) design, secure user authentication, client and transaction management, role-based access, and curren…

    C++ 11

  4. Bank-SystemBank-SystemPublic

    Console-based Bank System in C++ with user authentication, client and user management, transaction handling, and role-based permissions. Features interactive menus, text file data storage, and an e…

    C++ 6

  5. Math-GameMath-GamePublic

    Console-based Math Game in C++ with multiple difficulty levels and operations. Track correct/wrong answers, view Pass/Fail results, enjoy color-coded feedback, and replay the quiz for a fun Windows…

    C++ 9

  6. XO-GameXO-GamePublic

    Tic-Tac-Toe (XO) Console Game In C++ Featuring Player vs Player and Player vs Computer Modes, With Colorful Output and Sound Effects

    C++ 7