Skip to content
View NigeParis's full-sized avatar
💭
Doing ok
💭
Doing ok

Highlights

  • Pro

Block or report NigeParis

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
NigeParis/README.md

Hi Nige here, currently learning c++
Let me know if you have any tips...

Top Langs Les Stats GitHub de Anurag

Pinned Loading

  1. 42-cpp-01 42-cpp-01 Public

    Say hello to CPP Module 01! It’s a magical collection of exercises to transport you into the enchanted realm of C++. Here, you’ll discover the secrets of memory allocation, unlock the mysteries of …

    C++

  2. 42-cpp-02 42-cpp-02 Public

    The Fantastic Four! To join the club, each class must feature these four superstar members: Default constructor (The magic opener ) Copy constructor (The clone master ) Copy assignment operator (Th…

    C++

  3. 42-cpp-03 42-cpp-03 Public

    The CPP 03 is like embarking on an epic adventure in the land of inheritance. You kick things off by crafting the mighty ClapTrap class, your trusty base camp. Then, you introduce the quirky ScavTr…

    C++

  4. 42-cpp-04 42-cpp-04 Public

    The Scope of this Module was to get to know C++ further and come in closer contact with inheritance for classes:

    C++

  5. 42-cpp-05 42-cpp-05 Public

    CPP Module 05 teaches inheritance, polymorphism, and exception handling using try-catch. It covers creating forms, specialized actions, and dynamic form generation with robust error management.

    C++

  6. 42-cpp-06 42-cpp-06 Public

    These exercises guide you through explicit type conversions in C++ using C++98 cast operators. You'll cover scalar conversions, pointer serialization with reinterpret_cast, and runtime-checked down…

    C++