This project focuses on the basics of C++ programming, including syntax, data types, functions, and standard I/O.
For each exercise, navigate to its folder and compile:
๐ex00
cd ex00
make
./megaphone
๐ex01
cd ex01
make
./phonebook
๐ex02
cd ../ex02
make
./account
-
ex00 โ Megaphone:
Prints command-line arguments in uppercase. If no input, prints a loud feedback message. -
ex01 โ PhoneBook:
Command-line phonebook with ADD, SEARCH, and EXIT commands. Stores up to 8 contacts. -
ex02 โ The Job Of Your Dreams:
Reimplement a missingAccount.cpp
to match tests and logs, using the provided header file.
If you have any questions or suggestions, feel free to connect: ๐ LinkedIn: Valentina Nguyen ๐โโ๏ธ
This project was developed and tested on Linux (Ubuntu).