Skip to content
/ cpp00 Public

My first exercises in C++ learning: namespaces, classes, member functions, stdio streams, initialization lists, static, const, and other basic concepts.

Notifications You must be signed in to change notification settings

ngtina99/cpp00

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

39 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

C++ Module 00

This project focuses on the basics of C++ programming, including syntax, data types, functions, and standard I/O.

๐Ÿ› ๏ธ Usage

For each exercise, navigate to its folder and compile:

๐Ÿ“‚ex00

cd ex00
make
./megaphone

๐Ÿ“‚ex01

cd ex01
make
./phonebook

๐Ÿ“‚ex02

cd ../ex02
make
./account

๐Ÿ“ Exercise Descriptions

  • 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 missing Account.cpp to match tests and logs, using the provided header file.

๐Ÿ’ผ Connect

If you have any questions or suggestions, feel free to connect: ๐Ÿ”— LinkedIn: Valentina Nguyen ๐Ÿ™‹โ€โ™€๏ธ

๐Ÿ–ฅ๏ธ System Compatibility

This project was developed and tested on Linux (Ubuntu).

About

My first exercises in C++ learning: namespaces, classes, member functions, stdio streams, initialization lists, static, const, and other basic concepts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published