There are 0 repository under template-class topic.
A Template of Chinese/Japanese vertical book style.
Patrones de diseño / Clase Template C++ / Parciales / Exámenes de Programación 4 de Facultad de Ingeniería UdelaR - Uruguay. Análisis, Diseño e implementación en C++ usando programación orientada a objetos. UML. Design Patterns, Template C++, exercises...
Fast and easy to use standalone header only 2D astar algorithm library in C++20
Simple template classes for writing Unreal C++, handy as a reference point or as a quick start with syntax.
Implementations of some collections in C++. Contains basic versions of a single/double linked list, queue, and stack.
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.
High performance, super-opinionated, BST as a STD (Tem)plate, in modern C++.
A PHP class for templates
Advanced C++ exercises on OOP, operator overloading, and STL containers.
Standard Template Library implementation using OOP in C++
Template container based on left-leaning red-black tree
A simple, generic Object Pool in modern C++ using templates and std::vector. Built as a student project to learn memory management and object reuse.
All practise examples for the course Programming Language C++ from autumn 2022 as a preparation for the exam. Advanced C++ topics as STL algorithms, Lambda expressions, Template classes, Pointers, Exception handling
Template Classes
OpenCL parallel Int/Float vector analysis software for University of Lincoln assignment
42 school exercices on templated classes and functions. Generic programming concept learnt through the creation of templates such as a generic iterator or dynamic array
A specialized template class “Matrix” with the following members: T** matrix; int rows, columns.
Educational project - own version of double linked list.