mwagner86 / CPP_06

CPP Project 06

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CPP_06

C++ casts

Exercise 00:

Conversion of scalar types

Write a static class ScalarConverter that will contain a method "convert" takes as parameter a string representation of a C++ literal in its most common form. This literal must belong to one of the following a scalar types: • char • int • float • double

Exercise 01:

Serialization

Implement a static class Serializer

Exercise 02:

Identify real type

Implement a Base class that has a public virtual destructor only. Create three empty classes A, B and C, that publicly inherit from Base.

About

CPP Project 06


Languages

Language:C++ 84.7%Language:Makefile 15.3%