cpp-templates
There are 53 repositories under cpp-templates topic.
downdemo/Cpp-Templates-2ed
Master Modern C++(11/14/17/20) Templates: TMP, SFINAE, Concepts, CRTP, Variadic Magic, and Compile-Time Sorcery
phisko/kengine
Game engine with an Entity-Component-System (ECS) architecture. Focus on ease-of-use, runtime extensibility and compile-time type safety.
unterumarmung/fixed_string
C++17 string with fixed size
reacfen/uninttp
A universal type for non-type template parameters for C++20 or later.
VioletGiraffe/cpp-template-utils
A header-only C++ library that augments the standard library with useful code snippets
arbrk1/typeclasses_cpp
Feature-complete typeclasses for C++
OpenXRay/luabind-deboostified
luabind without boost for OpenXRay
inr/starterpp
A modern C++ starter template
willdoescode/bubbles
Bubbles: simple and expandable c++ project template with googletest and boost included
HypertextAssassin0273/Object_Oriented_Programming_in_Cpp
Contains some useful OOP based C++/C++11 Programs, developed during my 2nd semester at University.
python-project-templates/python-template-cpp
A Python/C++ project template
seigtm/Pizza-Abstract-Factory
Creational pattern test.
threeal/cpp-starter
A minimalistic GitHub repository template to kickstart your C++ project
LucaRitz/cpp_template_cgcp
A C++ Template-project for computer perception and computer graphics
petrizhang/crisp
Crisp: Compile-Time Interpreter for Lisp. A header-only library implemented with C++ templates.
denismurphy/modern-template-techniques
Modern Template Techniques
abhinav-TB/cpp-template-generator
A minimalistic template generator for c++
alirezakhayyatian/Advanced-Programming-Course-Assignments
Assignments of Advanced Programming Course - Spring 2019
Certseeds/CS205_project_2020S
SUSTech's CS205-C&CPP final project in 2020Spring.Same with 2021Spring
Chetan45s/Competitive-Programming
Stuff that can help in CP like STL's in CPP, Some Hard mostly used Implementations, Template for CP in CPP (both in .cpp and .json))
seigtm/BitwiseAddition
Addition of two integers using only bitwise operators (C++).
AlexeyGordiychenko/scp_containers
School's project (map, set, multiset, list, queue, stack, vector, array implementation)
arttet/tiny_utils
A header-only library of modern C++ idioms
Barrus00/asm-computer-cpp
Metaprogramming computer with Assembler simulation in C++. Created with user 'snarkysnaut', as our students-project.
dev-0x7C6/ledboard
Software for your ws2812b based skateboard, most of components are made with latest c++ standard in mind and concepts
mahlersand/schemot
A C++ template library
R3D9477/csql
SQL generation using C++ syntax and power of compilers data type checking
VioletGiraffe/embeddedUI
Embedded UI library for the Arduino framework
andrewharabor/autograd
A C++ library for gradient computation via reverse-mode automatic differentiation
badreddinkaztaoui/fq_cpp
This repository serves as a comprehensive resource for learning the fundamentals of C++98 programming. Whether you're a beginner or looking to refresh your knowledge, this course will provide a solid foundation.
GargamelJR1/Algorithms_DataStructures_Cpp
Some algorithms and data structures implemented in C++.
GloryOfNight/cpp-cmake-template
Template for your C++ project using CMake and LLVM
zkhrg/cpp-containers
Библиотека на C++, реализующая стандартные контейнеры, такие как list, map, queue, set, stack и vector. Проект следует стандарту C++17 и не использует STL.
dpetrosy/Stepik_CXX_course
In this repository, I store my solved problems from Stepik's C++ course.