Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

C++ Module 06

C++ casts




Summary

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




Install

You can install each exercise with following command

$ make (all)



Usage

ex00

$ ./convert [string]
  • string can be one of the following:
    • char (printable character)
    • int
    • float (x.y'f')
    • double (x.y)

ex01

$ ./serialization

ex02

$ ./identify