Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

C++ Module 00

Namespaces, classes, member functions, stdio streams, initialization lists, static, const, and some other basic stuff




Summary

This document contains the exercises of Module 00 from C++ modules.




Install

You can install each exercise with following command

$ make (all)



Usage

ex00

$ ./megaphone [String to say] ...
  • With no argument is OK

ex01

$ ./phonebook
  • ADD: save a new contact
  • SEARCH: display a specific contact
  • EXIT: program quits
  • Any other input is discarded

ex02

$ ./tests
  • timestamps are set to the current time