cpp98-compatible
There are 47 repositories under cpp98-compatible topic.
oktonion/stdex
std C++ 11 library impementation with extra features using only C++ 98 and POSIX threads
Vectorized/Static-Sort
A simple C++ header-only library for fastest sorting of small arrays. Generates sorting networks on compile time via templates.
ntoskrnl7/win32-ex
Win32 API Experimental(or Extension) features
tblaase/CPP-Module-03
My solution for CPP Module 03 of the Common core of 42 school.
tblaase/CPP-Module-00
My solution for CPP Module 00 of the Common core of 42 school.
izenynn/cpp-modules
42 Cursus: c++ modules for learning the language.
merajabi/ModernCPP
Light weight Modern CPP interface to simulate C++11 standard for old C++98 compilers
adam-mcdaniel/regex-engine
A Regex📋 implementation in C++ using Thompson's NFA algorithm
tblaase/CPP-Module-04
My solution for CPP Module 04 of the Common core of 42 school.
nyuuuukie/json-parser
A simple JSON parser for C++ projects based on C++98
tblaase/CPP-Module-01
My solution for CPP Module 01 of the Common core of 42 school.
Kuninoto/42_webserv
A Web Server written from scratch in C++
MickaelBlet/Args
Parse and store options from argc and argv
tblaase/CPP-Module-02
My solution for CPP Module 02 of the Common core of 42 school.
tblaase/ft_containers
My solution for ft_containers of the Common core of 42 school.
Fuwn/tael
🤗 C++98 Extensions for Tatl
MickaelBlet/Thread
One header file std::thread for C++98
StefanJohnsen/Wavefront98
Wavefront OBJ and MTL C++ 98
tblaase/CPP-Module-05
My solution for CPP Module 05 of the Common core of 42 school.
tblaase/CPP-Module-06
My solution for CPP Module 06 of the Common core of 42 school.
ygor-sena/42cursus-cpp-piscine
The 12th project of 42 curriculum is a C++ piscine which aims to introduce students to Object-Oriented Programming. C++ was chosen because it's derived from our old and familiar C Language. Since C++ can be complex, the code will adhere with the C++98 standard.
ZayeBeast/labirynt
The simple maze game written in C++ It's a demonstration of git using in a group. There's everything in the Polish language there.
alouane04/Custom-STL-Containers-Exploring-OOP-and-RED-BLACK-TREE
Dive deep into world of Object-Oriented Programming (OOP) with this project, which introduces custom implementations of essential C++ Standard Template Library (STL) containers like vector, map, stack, and set with RED BLACK TREE implementation .
f-corvaro/CPP
"Master the essentials of C++ programming and project development."
linguawork/ft_containers
The project is to implement basic container classes in CPP: vector, stack, map and set (RBTree) I will write ReadMe file later.
MickaelBlet/Dict
Common dictionary object
MickaelBlet/Json
Json load and dump library
pin3dev/42_CPP_Modules_00-04
Exploring advanced C++ and OOP concepts like abstraction, encapsulation, simple and multiple inheritance, polymorphism, interfaces, and so on
natthanon-t/CPP-Modules
C++ projects 42 School
san-ghun/webserv
webserv is a web server application written in C++, and is an attempt to write our own NGINX. The project is heavily inspired by NGINX, and is part of 42Berlin curriculum.