#
cpp06
Here are 5 public repositories matching this topic...
In this module, you'll learn about type conversions in C++ using operators like static_cast, dynamic_cast, and reinterpret_cast. You'll also explore polymorphism and safely convert between derived classes using dynamic_cast.
cpp casting 42born2code 42 42school 42projects 42-school typecasting cppmodules 42cursus 42-cpp-module 42-cpp-modules cpp-modules-42 cpp06 cpp-all 42-cpp
- Updated
Mar 26, 2025 - C++
Develop a series of C++ utilities for type conversion, serialization, and runtime type identification. Implement ScalarConverter for literal conversion, Serializer for pointer serialization, and a Base hierarchy with dynamic type identification using polymorphism.
- Updated
Dec 18, 2024 - C++
Improve this page
Add a description, image, and links to the cpp06 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cpp06 topic, visit your repo's landing page and select "manage topics."