cpp98
There are 295 repositories under cpp98 topic.
0voice/cpp_new_features
2021年最新整理, C++ 学习资料,含C++ 11 / 14 / 17 / 20 / 23 新特性、入门教程、推荐书籍、优质文章、学习笔记、教学视频等
p-ranav/awesome-hpp
A curated list of awesome header-only C++ libraries
nemtrif/utfcpp
UTF-8 with C++ in a Portable Way
gsl-lite/gsl-lite
gsl-lite – A single-file header-only version of ISO C++ Guidelines Support Library (GSL) for C++98, C++11, and later
martinmoene/span-lite
span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library
martinmoene/string-view-lite
string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library
martinmoene/optional-lite
optional lite - A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library
martinmoene/lest
A modern, C++11-native, single-file header-only, tiny framework for unit-tests, TDD and BDD (includes C++98 variant)
martinmoene/variant-lite
variant lite - A C++17-like variant, a type-safe union for C++98, C++11 and later in a single-file header-only library
martinmoene/ring-span-lite
ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library
martinmoene/any-lite
any lite - A C++17-like any, a type-safe container for single values of any type for C++98, C++11 and later in a single-file header-only library
hazelcast/hazelcast-cpp-client
Hazelcast IMDG C++ Client
martinmoene/nonstd-lite
Parent of *-lite repositories, a migration path to post-C++11 features for pre-C++11 environments
oktonion/stdex
std C++ 11 library impementation with extra features using only C++ 98 and POSIX threads
srz-zumix/iutest
c++ testing framework
martinmoene/clue
A tiny single-file header-only C++ logging framework
martinmoene/byte-lite
byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library
Vectorized/Static-Sort
A simple C++ header-only library for fastest sorting of small arrays. Generates sorting networks on compile time via templates.
martinmoene/value-ptr-lite
value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library
Oberon00/luabind
Luabind is a library that helps you create bindings between C++ and Lua.
martinmoene/observer-ptr-lite
observer-ptr - An observer_ptr for C++98 and later in a single-file header-only library (Extensions for Library Fundamentals, v2, v3)
marineks/Ft_irc
Prompt: Recode your own IRC server in C++
levensta/IRC-Server
IRC server based on TCP/IP protocol to rfc1459 standard
martinmoene/string-lite
String facilities for C++98 and later - a library in search of its identity.
martinmoene/optional-bare
optional bare - A simple version of a C++17-like optional for default-constructible, copyable types, for C++98 and later in a single-file header-only library
42YerevanProjects/cpp_modules
CPP modules of 42 school
martinmoene/status-value-lite
status-value - A class for status and optional value for C++11 and later, C++98 variant provided in a single-file header-only library
m0saan/CPP-Module
Learn C++ through a CPP-Pool by 42
oktonion/Cpp-fast-delegates
Header-only extension for C++ Fast Delegates of Don Clugston (C++98 compatible)
vittorioromeo/vrm_pp
Small C++ preprocessor library
AndorGunczer/CPP_OOP_Deep_Dive
Exercises to practice Object-Oriented Programming in C++
devvoid/vini
A single-header INI parser capable of both reading and writing files.
mli42/at42ft_containers
Reimplement some containers from the STL (vector, list, map, stack, queue && their iterators, const_iterators, reverse_iterators) [C++]
dalexhd/ft_irc
The goal of this project is to make you write your own IRC server. To do so, you will test your work with a real IRC client. Internet is ruled by solid and standards protocols that allow a strong interaction between every connected computer. It’s always good to know about it.
izenynn/cpp-modules
42 Cursus: c++ modules for learning the language.
Kdelphinus/42born2code
42 Seoul의 프로젝트들