goblinhack / c-plus-plus-examplesLinks
A collection of C++ examples, all compilable. Covers from C++11 to C++20.
☆21Updated 11 months ago
Alternatives and similar repositories for c-plus-plus-examples
Users that are interested in c-plus-plus-examples are comparing it to the libraries listed below
Sorting:
- A minimal C++11 header only serializer. Can serialize basic types, strings, containers, maps and custom classes. No suppprt yet for point…☆56Updated 11 months ago
- Shows how to use wxWidgets controls only by programming code (c++17).☆187Updated 3 months ago
- A simple implementation of utf8 strings for C++☆42Updated 5 years ago
- Modern C++ wrapper for Simple DirectMedia Layer (SDL2)☆11Updated 4 years ago
- A fast hash map/hash table (whatever you want to call it) for the C programming language.☆179Updated 2 months ago
- Tiny 2D vector graphics library in C☆487Updated 3 weeks ago
- A collection of SFML drawables☆211Updated 2 weeks ago
- Small C++17 library for vector and matrix computations☆53Updated 3 years ago
- A modern C++ wrapper library for SDL.☆327Updated 7 months ago
- Tutorial for libSDL2pp, C++11 bindings/wrapper for SDL2☆88Updated 3 years ago
- Port of Python's Turtle to C++☆81Updated last year
- C++ pathfinding implementation using SFML☆24Updated 11 months ago
- An interpreter for the Monkey programming language written in C++☆29Updated 2 years ago
- Horror game using Raycasting.☆33Updated 2 years ago
- 🚀 OOP in pure C with a single-header☆132Updated 3 years ago
- C++ wrapper for SDL2☆50Updated last year
- Tiny SVG rendering library in C☆399Updated 3 weeks ago
- AI that learns to play the game Flappy Bird.☆62Updated 3 years ago
- Simple and Fast single header Bitmap (BMP) C++ library☆49Updated 7 months ago
- Lightweight C++ Signals and Slots implementation☆34Updated last year
- C++ SQLite wrapper library☆64Updated 3 months ago
- C++ library for writing multiplatform terminal applications☆636Updated 2 weeks ago
- Header only ncurses wrapper☆36Updated 4 years ago
- C List - universal list solution for C and C++, easy and fast, all data types supported☆62Updated 3 years ago
- This repository contains a C implementation of matrix multiplication with various optimization techniques.☆15Updated 8 months ago
- A C++17 header-only Unicode library. (Unicode 17.0.0)☆120Updated 2 months ago
- Lightweight C++ JSON parser & serializer that is C++98 compatible with no dependencies☆94Updated last year
- Cross-Platform C SDK (precompiled)☆94Updated 3 years ago
- Lox bytecode VM written in C++ - Based on Part III of Bob Nystrom's Book "Crafting Interpreters"☆26Updated 4 years ago
- This is my REALLY FAST implementation of a hash table in C, in 150 lines of code.☆49Updated 4 years ago