An open API service providing repository metadata for many open source software ecosystems.

Topic: "cplusplus-11"

max0x7ba/parse-integers-benchmark

Benchmarking reading and parsing integers from a file in C++.

Language: C++ - Size: 10.7 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 9 - Forks: 6

cpp-frug/paris

C++ events in Paris

Language: HTML - Size: 4.85 MB - Last synced at: 12 days ago - Pushed at: almost 7 years ago - Stars: 9 - Forks: 3

JoanStinson/Zork

A Zork game in C++ using Unitary Testing with CppUnit.

Language: C++ - Size: 1.53 MB - Last synced at: 8 days ago - Pushed at: almost 3 years ago - Stars: 8 - Forks: 2

AvinandanBose/C_PLUS_PLUS_Beginner

Its the beginner series of C++

Language: C++ - Size: 297 KB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 8 - Forks: 3

lichuan/askcoin

Askcoin (ASIC-resistant) is a decentralized Q&A and prediction platform

Language: C++ - Size: 25.8 MB - Last synced at: 3 months ago - Pushed at: about 4 years ago - Stars: 8 - Forks: 3

PetropoulakisPanagiotis/nearest-neighbor-search

Nearest neighbor search. Methods: LSH, hypercube, and exhaustive search. C++

Language: C++ - Size: 13.8 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 8 - Forks: 1

whizzter/rpoco

(R)eflect (P)lain (O)ld (C)++ (O)bjects, is a small header based reflection system that supports JSON serialization,etc

Language: C++ - Size: 90.8 KB - Last synced at: 3 months ago - Pushed at: about 7 years ago - Stars: 8 - Forks: 4

miarolfe/MiniFPS

C++11 & SDL2-based retro FPS

Language: C++ - Size: 17.5 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 7 - Forks: 0

JoanStinson/Decisions

C++ SDL AI Decisions: Finite State Machines and starting GOAP.

Language: C++ - Size: 157 MB - Last synced at: 14 days ago - Pushed at: almost 3 years ago - Stars: 7 - Forks: 2

ModusCreateOrg/genus

Modus Create's 2018 Holiday Game for the ODROID GO

Language: C++ - Size: 31.1 MB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 7 - Forks: 3

THKDev/NeoPixelBus_ESP8266_RTOS Fork of Makuna/NeoPixelBus

Adafruit enhanced NeoPixel support library with ESP8266 RTOS support

Language: C++ - Size: 351 KB - Last synced at: 6 months ago - Pushed at: over 4 years ago - Stars: 7 - Forks: 6

cmcodes1/Electricity-Bill-System

:page_facing_up: Project on Electricity Bill System.

Language: C++ - Size: 19.5 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 7 - Forks: 1

abhirup-dev/Neural_Networks_from_Scratch

Implementing a simple Artificial Neural Network library from scratch using C++

Language: C++ - Size: 293 KB - Last synced at: 12 months ago - Pushed at: over 5 years ago - Stars: 7 - Forks: 1

velnias75/rational

A C++ rational (fraction) template class

Language: C++ - Size: 600 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 7 - Forks: 0

SimonFinnie/Plane-Detection-in-Point-Clouds

This is a method of detecting the equation for n planes in a point cloud.

Language: C - Size: 20.5 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 7 - Forks: 4

clechasseur/optional 📦

Implementation of C++17's std::optional for C++11 compilers

Language: C++ - Size: 28.3 KB - Last synced at: 3 days ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 2

JoanStinson/CandyCrush

A simple Candy Crush implementation using a 2D game engine architecture with C++ and SDL (MVC pattern).

Language: C++ - Size: 41.9 MB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 6 - Forks: 1

AvinandanBose/C_Plus_Plus_Intermediate_Pointers_I

Its an intermediate guide on C++(Pointers)

Language: C++ - Size: 307 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 6 - Forks: 2

dev-aniketj/Learn-CPlusPlus

Master C++ Programming From Beginner To Advance - C++ Course (Udemy Course)

Language: C++ - Size: 22 MB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 6 - Forks: 7

Eshaancoding/AutoDiff

Automatic differentiation: A tool that allows you to calculate multivariable equations, vectors, matrices, and more. All done in C++, no libraries!

Language: C++ - Size: 1.67 MB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 6 - Forks: 0

ndsol/volcano

Get started with Vulkan. Keep it simple, short and sweet. See https://github.com/ndsol/VolcanoSamples

Language: C++ - Size: 1.16 MB - Last synced at: 5 months ago - Pushed at: almost 5 years ago - Stars: 6 - Forks: 1

hangingman/XrossBoard

クロスプラットフォームで動作する汎用掲示板クライアント 協力してくれる方歓迎

Language: C - Size: 27.3 MB - Last synced at: 3 days ago - Pushed at: almost 10 years ago - Stars: 6 - Forks: 2

incoder1/IO

Modern C++ input/output library with STAX XML parser, and XML serialization

Language: C++ - Size: 15.7 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 5 - Forks: 1

matcom/programming-languages

Repositorio para mantener los recursos como conferencias, seminarios y demás, referentes a la asignatura de Lenguajes de Programación de la carrera de Ciencia de la Computación de la Facultad de Matemática y Computación de la Universidad de La Habana.

Size: 59.9 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 1

607011/9piece-solver

Solver for Scramble Square™️-like 3×3 puzzles, written in C++

Language: C++ - Size: 1.1 MB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 0

HypertextAssassin0273/SwiFT_Store_Management-OOP_Project

C++ language based generic management project which covers all the basic & some advance concepts of OOP & C++11, using DevC++ Compiler

Language: C++ - Size: 88.9 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 2

JoanStinson/HackAndSlash

A simple hack and slash game using SDL and C++ with some design patterns and doxygen documentation.

Language: C++ - Size: 29.6 MB - Last synced at: 4 months ago - Pushed at: almost 3 years ago - Stars: 5 - Forks: 0

rodrigocfd/click-lines 📦

Simple C++11, Win32, WinLamb example using raw windows and custom controls.

Language: C++ - Size: 160 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 5 - Forks: 2

RoundedGlint585/FacialMorphingAnimation

OpenGL based morphing animation example

Language: C++ - Size: 1.08 MB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 5 - Forks: 1

cannalee90/Problem_Solving

Competitive Programming Study

Language: C++ - Size: 17.3 MB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 5 - Forks: 5

MolecularCartography/OptimusViewer

An app for visualizing LC-MS features detected with Optimus workflow

Language: JavaScript - Size: 92.2 MB - Last synced at: 3 months ago - Pushed at: about 8 years ago - Stars: 5 - Forks: 3

neildavis/lib_tm1637_rpi

A library for using the TM1637 LED driver control IC on Raspberry Pi OS (Raspbian)

Language: C++ - Size: 43 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 4 - Forks: 0

lartpang/MyCoding

some projects for learing coding.

Language: Jupyter Notebook - Size: 11.1 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 3

ellman12/Password-Generator-and-Guesser 📦

Slightly over-engineered password guesser program written in C++, with lots of customization.

Language: C++ - Size: 86.9 KB - Last synced at: 6 months ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

asmaloney/crossguid Fork of graeme-hill/crossguid

Lightweight cross platform C++ GUID/UUID library (fork)

Language: C++ - Size: 250 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

BazookaMusic/TSXGuard

A header only thread synchronization library using Intel RTM (Restricted Transactional Memory)

Language: C++ - Size: 689 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 4 - Forks: 0

08shubhamjindal/Data_Structures_Algorithms_In_Cplusplus

These are my C++ implementations of algorithms, which are written for studying/understanding algorithms. These codes are published in public domain. You can use the codes for any purpose without any warranty.

Language: C++ - Size: 224 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 4

mydafzal/Paging-and-segmentation

Visualize the Paging and Segmentation schemes in an Operating System using C language.

Language: C - Size: 2.14 MB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 0

Nugnikoll/DigitalImageProcessingLib

Learning digital image processing algorithms.

Language: C - Size: 36.4 MB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 1

Shuai-Xie/BitonicSort

双调排序 - GAPS编程测试

Language: C++ - Size: 13.7 KB - Last synced at: 4 months ago - Pushed at: over 6 years ago - Stars: 4 - Forks: 0

Fohlen/magnum-demo 📦

Small demo for magnum + conan

Language: C++ - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 4 - Forks: 1

patrickmoffitt/Local-Solar-Noon

Demonstrates how to calculate Local Solar Noon and the Equation of Time in JavaScript, Python 3, and C++.

Language: C++ - Size: 11.7 KB - Last synced at: 8 days ago - Pushed at: over 6 years ago - Stars: 4 - Forks: 0

fredRos/runs

Implementations of "A test statistic for weighted runs"

Language: C++ - Size: 68.4 KB - Last synced at: almost 2 years ago - Pushed at: almost 7 years ago - Stars: 4 - Forks: 0

rsaz/CppCheck

Implementation of three C++ classes to measure the execution time/code performance using Windows C native API and using Chrono Library

Language: C++ - Size: 11.7 KB - Last synced at: 7 days ago - Pushed at: about 7 years ago - Stars: 4 - Forks: 0

emargollo/OpenGL-Animator

C++ OpenGL Animator

Language: C++ - Size: 1.35 MB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 1

coveooss/lazy 📦

C++14 associative containers that perform lazy sorting

Language: C++ - Size: 425 KB - Last synced at: about 2 months ago - Pushed at: almost 8 years ago - Stars: 4 - Forks: 1

amrfaissal/gmaps11

C++11 Client for Google Maps Web Services

Language: C++ - Size: 24.4 KB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 4 - Forks: 0

Gemini67/Celma

C++ Extension Library Modules for Applications

Language: C++ - Size: 2.32 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 3 - Forks: 0

cpp-frug/cpp-frug.github.io

Pages du site web

Language: CSS - Size: 813 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 3 - Forks: 1

JoanStinson/SpaceInvaders

A Space Invaders remake using SDL and C++ done in one week.

Language: C++ - Size: 602 MB - Last synced at: 4 months ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 0

JoanStinson/StinsonEngine

A 3D engine using C++ with OpenGL that tries to mimic Unity's functionalities.

Language: C++ - Size: 15.4 MB - Last synced at: 4 months ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 0

kouchy/MUrB

N-body problem simulation with various implementations (SIMD, multi-threaded, MPI).

Language: C++ - Size: 12.2 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 1

JadeMatrix/Cpp-Learning-Materials

My personal materials recommendations for beginner-to-advanced C++

Size: 12.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

chloro-pn/elti

一个基于c++11标准的序列化/反序列化协议与实现

Language: C++ - Size: 372 KB - Last synced at: 4 months ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 1

EricKarpovits/RPN-Calculator-Project

Reverse Polish Notation (RPN) Calculator Using C++ :)

Language: C++ - Size: 714 KB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

abhirup-dev/FaceMouse

Implementing a webcam-based Mouse interface driven by Facial Expressions.

Language: C++ - Size: 94 MB - Last synced at: 12 months ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 1

niXman/config-ctor

C++ preprocessor type constuctor for processing structured (JSON) configuration files

Language: C++ - Size: 95.7 KB - Last synced at: 4 months ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 0

mary060196/CISC5001_Research_Project_Implementing_TRed_Efficiently

C++ Tandem Repeats Detector -- Spring 2020 Independent Study Class in the Computer Science Department of Brooklyn College

Language: C++ - Size: 4.6 MB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 3 - Forks: 0

zhanMingming/SpellCorrect

Implementation of mixed error correction in Chinese and English

Language: xBase - Size: 5.21 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 1

eantcal/nutftpserver

nuTftpServer is an implementation of a TFTP Server compliant with RFC 783 distributed under MIT License.

Language: C++ - Size: 142 KB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 0

Rishabh3321/ACM-Summer-Challenge-2019

I am uploading all the solutions(codes) uploaded by me in ACM Summer Challenge @2019 held by SVNIT,SURAT on HACKEREARTH.

Language: C++ - Size: 104 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 1

rwails/tempest

Code and data used to generate the analyses in "Tempest: Temporal Dynamics in Anonymity Systems".

Language: C++ - Size: 11.7 MB - Last synced at: about 1 month ago - Pushed at: almost 6 years ago - Stars: 3 - Forks: 2

sdasgup3/Leetmap

MIndMap of all the problems in Leetcode

Language: C++ - Size: 2.86 MB - Last synced at: 3 months ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 1

danem/SimpleGL

Zero cost OpenGL typesafety

Language: C - Size: 648 KB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 0

sermmor/Space-Wave

Project in Unreal Engine 4 with C++ and Shaders for Expert Degree in Video Games Developer (CEDV) of UCLM

Language: C++ - Size: 674 MB - Last synced at: 12 months ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 1

jlc-christie/axivity-ax3-tool

Command line tool written in c++ for easily extracting light and temperature data from Axivity AX3 accelerometers used in the UKBiobank

Language: C++ - Size: 2.78 MB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 4

0x1F9F1/mem_jit

An experimental jit-compiled pattern scanner

Language: C++ - Size: 284 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 0

TusharChugh/ctci-modern_cplusplus

Modern C++ based solutions for cracking the coding interview and leet code questions

Language: C++ - Size: 273 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 2

yyhclimacool/Algorithms

Introduction to Algorithms Third Ed. 《算法导论》 第三版 部分答案

Language: C++ - Size: 35.2 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 0

BobSteagall/CppCon2016

Materials from my CppCon 2016 talk: "Implementing Lightweight Object Persistence with Modern C++"

Language: C++ - Size: 489 KB - Last synced at: 5 months ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 0

jeffamstutz/simd_wrappers_cppcon2018

Example code for my CppCon 2018 talk on SIMD wrappers in C++

Language: C++ - Size: 10.7 KB - Last synced at: 4 months ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 0

michelsciortino/Cpp-Concurrent

My C++ implementation of some Java.Util.Concurrent classes

Language: C++ - Size: 12.7 KB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 3 - Forks: 1

JosephP91/libnvd

C++ library to locally store, update and index the National Vulnerabilities Database.

Language: C++ - Size: 138 KB - Last synced at: 4 months ago - Pushed at: about 7 years ago - Stars: 3 - Forks: 1

sharabiania/big-integer

A lightweight library for very large integer arithmetic.

Language: C++ - Size: 5.36 MB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 0

MoonLightDE/mlde.w.eggwm

QT5 very basic window manager forked from eggwm

Language: C++ - Size: 127 KB - Last synced at: 3 months ago - Pushed at: almost 8 years ago - Stars: 3 - Forks: 2

nikolausmayer/cpp11presentation

Hands-on tutorial and presentation on C++11

Language: JavaScript - Size: 1.74 MB - Last synced at: over 1 year ago - Pushed at: almost 10 years ago - Stars: 3 - Forks: 3

lostjared/ats

Simple interpreter: the goal is to practice/learn

Language: C++ - Size: 6.09 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 1

giuliom/BasicCppLibrary

Basic Cpp Library

Language: C++ - Size: 933 KB - Last synced at: 13 days ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

coddle-cpp/coddle

C++ build system

Language: C++ - Size: 218 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 2 - Forks: 1

ioMayday/leetcode_sol

The C++ solutions of LeetCode problems is included.

Language: C - Size: 94.7 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 2 - Forks: 0

ThibaMahlezana/Intrusion-Detection-System

This intrusion detection application leverages C++ with OpenCV and NCNN for real-time computer vision. It monitors live camera feeds, enabling users to define areas of interest. Upon detecting unauthorized access, the system triggers alarms, facilitating rapid security responses.

Language: C - Size: 24 MB - Last synced at: 5 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

dockpack/base_gcc

🐂 Ansible role to install GNU C/C++ Compilers

Language: Makefile - Size: 53.7 KB - Last synced at: 5 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 1

monhi/inilite

This is a simple 200 line implementation of ini files for Linux operating system.

Language: C++ - Size: 36.1 KB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

aremmell/magic-eightball

A homage to Matell's Magic 8-Ball toy, as a command-line-interface.

Language: PHP - Size: 1.12 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 2

tmlrbgfz/threadpool

A C++ thread pool based only on the standard library

Language: C++ - Size: 66.4 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

amn-max/OpenGL-Pathfinding-Visualizer

Pathfinding application which visualizes dijkstra's algorithm step by step using openGL/glut C++.

Language: C++ - Size: 2.01 MB - Last synced at: 4 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 1

vedavikas06/InterviewBit

Language: C++ - Size: 59.6 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 6

VedantParanjape/LinkedList-

LinkedList++ is a C++ Linked List templated class library

Language: C++ - Size: 25.4 KB - Last synced at: 5 months ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 2

leopardslab/expressPython

🚄🐍 expressPython - A small Python editor for learning and competitive programming.

Language: C++ - Size: 2.31 MB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 5

avilchess/stratixMonitorLib

This library aims at providing an easy to use C++ library to read power and frequency counters for Intel Stratix FPGAs

Language: C++ - Size: 93.8 KB - Last synced at: 4 months ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

ToraNova/library 📦

Some libraries that can be re-used for some project

Language: Python - Size: 2.58 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

georgecatalin/Cpp-Essential-Training

Code work from the course "C++ Essential Training" by Bill Weinman on Linkedin Learning.

Language: C++ - Size: 57.6 KB - Last synced at: 4 months ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

Animesh-Ghosh/SDL2-Tutorial

Followed Twinklebear's SDL2 tutorial.

Language: C++ - Size: 111 KB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

wolframroesler/ThreadPool Fork of progschj/ThreadPool

A simple C++11 Thread Pool implementation

Language: C++ - Size: 30.3 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 1

HerbertKoelman/cpp-logger

Simple logging facility

Language: C++ - Size: 409 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

juzzlin/ClangFormatQtStyle

Qt-like (mostly) C++-style config for ClangFormat.

Size: 3.91 KB - Last synced at: about 2 months ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 0

nicehero/MongoHpp

A easy c++11 mongodb driver library,depend on mongoc,And no boost!!!!

Language: C++ - Size: 22.5 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 0

saahityaedams/Generic-Project

Language: C++ - Size: 22.2 MB - Last synced at: 10 months ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 1

chanochambure/LexRisLogicHeaders

Cabeceras de LexRis Logic para C++11

Language: C++ - Size: 1.68 MB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 0

dccarter/suil-archive 📦

Micro Web framework in mordern C++ (WIP)

Language: C++ - Size: 2.35 MB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 0