This directory showcases my foundational work in core programming, logic, and data structures. Having a strong base in C++ was the launchpad for quickly mastering HTML/CSS and frontend problem-solving.
My extensive C++ work is summarized by the technical areas mastered:
| Skill Focus | Key Competencies |
|---|---|
| Object-Oriented Programming (OOP) | Mastery of Classes, Objects, Inheritance, and Encapsulation principles. |
| Data Structures | Implementation and effective use of foundational structures (Arrays, Vectors). |
| Problem Solving & Logic | Development of efficient algorithms for various console applications and utilities. |
| Input/Output (I/O) & Debugging | Expertise in file handling, error detection, and robust command-line interface design. |
The logical thinking developed through C++ is currently being applied to creating user-facing applications. Please see my latest projects:
➡️ VIEW LIVE WEB DESIGN PORTFOLIO: [https://github.com/PrincePhilDev/GCTU-First-Web-Designs]
These projects are command-line applications. To run them, you will need a C++ compiler (like g++).
- Clone the repository:
git clone https://github.com/PrincePhilDev/Cpp-Basic-Codes - Compile the file:
g++ project_name.cpp -o executable_name - Run the program:
./executable_name