There are 3 repositories under cpp98 topic.
2021年最新整理, C++ 学习资料,含C++ 11 / 14 / 17 / 20 / 23 新特性、入门教程、推荐书籍、优质文章、学习笔记、教学视频等
A curated list of awesome header-only C++ libraries
span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library
string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library
optional lite - A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library
A modern, C++11-native, single-file header-only, tiny framework for unit-tests, TDD and BDD (includes C++98 variant)
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
ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library
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 IMDG C++ Client
Parent of *-lite repositories, a migration path to post-C++98 library features via polyfills.
std C++ 11 library impementation with extra features using only C++ 98 and POSIX threads
A tiny single-file header-only C++ logging framework
byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library
A simple C++ header-only library for fastest sorting of small arrays. Generates sorting networks on compile time via templates.
value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library
observer-ptr - An observer_ptr for C++98 and later in a single-file header-only library (Extensions for Library Fundamentals, v2, v3)
CPP modules of 42 school
Exercises to practice Object-Oriented Programming in C++
IRC server based on TCP/IP protocol to rfc1459 standard
String facilities for C++98 and later - a library in search of its identity. Note: renamed from string-lite to make place for string-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
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
Header-only extension for C++ Fast Delegates of Don Clugston (C++98 compatible)
Small C++ preprocessor library
Learn C++ through a CPP-Pool by 42
webserv is an HTTP server capable of handling multiple clients simultaneously using C++, Socket programming, and CGI.
Reimplement some containers from the STL (vector, list, map, stack, queue && their iterators, const_iterators, reverse_iterators) [C++]