Implementing High Performance RTTI Library with C++

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

The course will be available to you when you upgrade to Pro.
Get 7-days Pro Free
2021-02-05 01:32 Updated
Difficulty: Fundamental Score: 5 57 Learned
  • By PayPal
  • By Credits
  • By Vouchers

Click the Paypal button to purchased this course:

Pay Amount:  $ 1.90

Click the Confirm button to purchased this course:

Pay Amount:  19 Credits

Enter your voucher's token here:

Loading...
The page is frozen? Click to refresh
  • Labs
  1. cant
    Lab
    Basics for Runtime Type Inspection
    Start Lab
  2. cant
    Lab
    Design and Implementation
    Start Lab
  • Comments
  • Questions

Ask a Question


  • Edit
  • Preview
Submit

Most recent comments


#include <stdio.h>
labex101087 Implementing High Performance RTTI Library with C++ 2018-07-12
1
answers
805
views


Cancel
Implementing High Performance RTTI Library with C++
Teacher
Cloudlab
Cloudlab
Cloudlabis the Labex teacher.

Feedback

JOIN COURSE


Cancel