Skip to content
View pavanbk7's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report pavanbk7

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Pinned Loading

  1. learn_cpp_easily learn_cpp_easily Public

    This repository contains a comprehensive learning guide designed to take programmers from intermediate to advanced level C++ programming. The content is educational, progressive, and documentation-…

  2. lib_stl_embedded lib_stl_embedded Public

    STL containers like vectors, map for embedded platforms

    C++

  3. smart_ptr_own smart_ptr_own Public

    This project implements custom smart pointers in C++ that mimic the functionality of the standard library's `std::unique_ptr`, `std::shared_ptr`, and `std::weak_ptr`. The implementation is done fro…

    C++