#
cpp98

C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 51 public repositories matching this topic...
gsl-lite – A single-file header-only version of ISO C++ Guidelines Support Library (GSL) for C++98, C++11, and later
-
Updated
Aug 15, 2020 - C++
A curated list of awesome header-only C++ libraries
lists
c-plus-plus
list
cplusplus
cross-platform
libraries
modern-cpp
cpp14
resources
cpp11
header-only
awesome-list
cpp17
cpp-library
cpp98
single-header-lib
single-header
cpp20
cpp03
header-library
-
Updated
Aug 20, 2020
A modern, C++11-native, single-file header-only, tiny framework for unit-tests, TDD and BDD (includes C++98 variant)
-
Updated
Jun 28, 2020 - C++
span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library
-
Updated
Jun 28, 2020 - C++
optional lite - A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library
-
Updated
Jun 28, 2020 - C++
string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library
-
Updated
Jun 28, 2020 - C++
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
-
Updated
Jun 28, 2020 - C++
ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library
-
Updated
Jun 28, 2020 - C++
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
-
Updated
Jun 28, 2020 - C++
c++ testing framework
c-plus-plus
tdd
cpp
cpp14
assertions
cpp11
header-only
cpp17
no-dependencies
cpp98
wandbox
testing-framework
cpp03
-
Updated
Aug 21, 2020 - C++
std C++ 11 library impementation with extra features using only C++ 98 and POSIX threads
c-plus-plus
visual-studio
library
cpp
portable
boost
gcc
stl
posix
cpp11
posix-threads
cpp98
qnx
borland
cpp03
stdex
cppstl
std-library
cpp98-compatible
-
Updated
Aug 18, 2020 - C++
A tiny single-file header-only C++ logging framework
-
Updated
Mar 6, 2019 - C++
byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library
-
Updated
Jun 28, 2020 - C++
Parent of *-lite repositories, a migration path to post-C++11 features for pre-C++11 environments
-
Updated
Jun 28, 2020 - CMake
observer-ptr - An observer_ptr for C++98 and later in a single-file header-only library (Extensions for Library Fundamentals, v2, v3)
-
Updated
Jun 28, 2020 - C++
value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library
-
Updated
Jun 28, 2020 - C++
yagmurdulger
commented
Jul 4, 2019
Explanation for portable serialization multiversion support is missing from the README. Please refer to this pull request to update.
A simple C++ header-only library for fastest sorting of small arrays. Generates sorting networks on compile time via templates.
templates
sort
header-only
benchmarks
optimizations
sorting-network
cpp98
cpp98-compatible
sorting-pairs
static-sorts
-
Updated
Jun 9, 2020 - C++
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
-
Updated
Jun 28, 2020 - C++
Header-only extension for C++ Fast Delegates of Don Clugston (C++98 compatible)
-
Updated
Aug 27, 2019 - C++
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
-
Updated
Jun 28, 2020 - C++
.NET Standard Library port to C++ (proof of concept)
-
Updated
Mar 26, 2017 - C++
A lightwight high-speed good-designed big interger library for C++ with FFT
-
Updated
Apr 21, 2017 - C++
lightweight fast C++ interface library for QNX Photon microGUI
application
gui
library
builder
cpp
widgets
micro
photon
cpp98
qnx
photon-widget
phwidgets-lib
qnx6
qnx-photon-gui
microgui
-
Updated
Jun 15, 2020 - C++
A single-header INI parser capable of both reading and writing files.
c-plus-plus
cpp
ini
cpp-library
no-dependencies
ini-parser
cpp98
single-header-lib
single-file
single-header
-
Updated
Apr 21, 2018 - C++
Describe the bug
When
TEMPLATE_LIST_TEST_CASE
andTEMPLATE_LIST_TEST_CASE_METHOD
were added, the corresponding versions with theCATCH_
prefix were missed.Expected behavior
CATCH_TEMPLATE_LIST_TEST_CASE
andCATCH_TEMPLATE_LIST_TEST_CASE_METHOD
should be available.Additional context
The commit that added
TEMPLATE_LIST_TEST_CASE
and `TEMPLATE_LIST_TEST_CASE_MET