Skip to content

mwagner86/CPP_06

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published