Implementing High Performance RTTI Library with C++

Intermediate

RTTI is an abbreviation for runtime type information. C++ provides runtime type inspection operators dynamic_cast and typeid. However, the dynamic_cast is not efficient and requires sacrificing of performance. This project guides you implement a high performance RTTI library

C++

Teacher

cloudlab232
Cloudlab
Cloudlab is the LabEx teacher.

Recommended For You

no data