clean: remove trash file

This commit is contained in:
Camille Chauvet 2023-06-22 13:15:58 +02:00
parent 2a1dc87ca0
commit 44eec651e0
4 changed files with 0 additions and 44 deletions

View File

@ -1,17 +0,0 @@
#include <string>
#include <iostream>
class Contact {
private:
std::string first_name;
std::string last_name;
std::string nickname;
std::string phone_number;
std::string darkest_secret;
public:
Contact(std::string first_name, std::string last_name, std::string nickname, std::string phone_number, std::string darkest_secret);
std::string to_string_partial() const;
std::string to_string_complete() const;
};

View File

@ -1,17 +0,0 @@
#include "Contact.hpp"
#include <cstddef>
class PhoneBook {
private:
Contact *contacts[8];
public:
size_t len;
PhoneBook();
~PhoneBook();
void add_contact(Contact *new_contact);
void display_contacts();
Contact* search(int index);
};

View File

@ -1,3 +0,0 @@
#include <string>
std::string truncated(const std::string str);

7
ex01/t
View File

@ -1,7 +0,0 @@
ADD
fffffffffff
fff
f
f
f
SEARCH