mhahnFr / 42cursus-cpp-module-00

Crash course C++, part 1.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to 42cursus-cpp-module-00!

This project is the first project featuring C++ in the 42 school.

Purpose

The purpose of this project is to learn the very first principles of Object-Oriented-Programming. It lets the students discover the basics of classes and objects, the console interaction in the C++ way is also covered.

It features a small program which prints all input parameters in uppercase in Exercise 00.
Usage: ./megaphone <will be printed in uppercase>.

In Exercise 01, a small phonebook storing up to eight contacts is written.

Finally, in Exercise 02, the task is to recode the Account class based on a given header.

© Copyright 2022 mhahnFr

About

Crash course C++, part 1.


Languages

Language:C++ 84.1%Language:Makefile 15.9%