Skip to content

42cursus-youkim/CPP-Module00

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🇨➕➕ CPP Module 00

finally, b--

youkim's 42 CPP Module 00 Score

This first module of C++ is designed to help you understand the specifities of the language when compared to C. Time to dive into Object Oriented Programming!

tasks

ex00: Megaphone

from sys import argv
print("".join(argv[1:]).upper())

but in c++

ex01: My Awesome PhoneBook

Welcome to the 80s and its unbelievable technology! Write a program that behaves like a crappy awesome phonebook software.

HAYO

ex02: The Job Of Your Dreams

you need to create a Account.cpp file and quickly write some lines of pure awesome C++

in other words, finally, class

💾 Account.hpp 💾 19920104_091532.log 💾 tests.cpp

Releases

No releases published

Packages

No packages published