🎓 Different algorithms implemented in C++
-
Updated
Feb 14, 2023 - C++
🎓 Different algorithms implemented in C++
Light weight Modern CPP interface to simulate C++11 standard for old C++98 compilers
Learning Rust from scratch from Rust The Book.
A wrapper around Rc<RefCell<T>> allowing immediate access to inner methods, without the need for .borrow() or .borrow_mut(), allowing for a more seamless pointer experience.
This is to demonstrates how shared_ptr can be smart enough to use as RAII in different scenarios other than just memory management. In this demo, we use it for closing file descriptor in normal and exception conditions.
Developed a versatile C++ container class, BoxContainer, implementing Dynamic Resizing, element addition/removal, and efficient Memory Management. Utilized modern C++ features, including Smart Pointers, and Operator Overloading, showcasing advanced software engineering skills. It is similar to the std::vector standard C++ container.
Feed Forward Neural network: Implemented for bond fluctuation model utilities.
Sample codes for Scott Meyers' Efficient Modern C++ Book
❤️ my special project: my first project in my cs life which is done in 2020. It is too precious by that manner. Turn Based Card Game On Console. Single-file card game implemented in C++ for the console. Features various card games and a customizable deck. No external libraries required.
Add a description, image, and links to the smartpointers topic page so that developers can more easily learn about it.
To associate your repository with the smartpointers topic, visit your repo's landing page and select "manage topics."