#include <string>
#include <vector>
class AH11037 {
public:
int age = 19;
std::string name = "AH11037";
std::string location = "United Kingdom";
//Subclass for languages
class Languages {
public:
std::vector<std::string> programming = {"C++", "Python", "JavaScript (in progress)"};
std::vector<std::string> spoken = {"English", "Arabic", "Somali", "Spanish (in progress)"};
};
//Subclass for interests
class Interests {
public:
std::vector<std::string> hobbies = {"Reading", "Problem Solving", "Learning", "Tinkering", "Games"};
};I'm a computing student passionate about building practical software projects and exploring the technologies that drive them. Some of my recent work includes:
- A Nth term Fibonacci Finder - implemented using matrix exponentiation (See Here)
- A unit converter web app - converts units quickly in your browser (See Here)
- A CLI task tracker - manage your daily tasks directly from the terminal (See Here)
- And many more smaller projects exploring other concepts
I love problem-solving, building interactive tools, and experimenting with new technologies.