CPP_modul

Language

Content

What is ft_printf

This is a series of C++ projects for learning object oriented programming. The project consists of 8 modules.

Modules

Subject 👈

ex00 👈

Write a program that behaves like this: 👇

Result:

ex01 👈

It is necessary to implement a program that behaves like a phone book. It can store no more than 8 contacts. If you record more than 8 contacts, then it will overwrite the oldest contact with the new one. The program can accept 3 commands: ADD, SEARCH, EXIT.

Result: