An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: cpp98

guicdas/CPP03_42

CPP Module 03: Inheritances.

Language: C++ - Size: 1.51 MB - Last synced at: 4 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

guicdas/CPP02_42

CPP02 Module: operator overloads

Language: C++ - Size: 25.4 KB - Last synced at: 4 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

mehdisalim/webserv Fork of nourdine-ouakhroun/webserv

This project involves creating a simple HTTP server in C++98 that can handle various HTTP requests, just like NGINX or Apache. It is designed to give you a deep understanding of the HTTP protocol, which is essential for web development and related systems.

Language: C++ - Size: 49.9 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

guicdas/CPP00_42

CPP00 Module

Language: C++ - Size: 1.54 MB - Last synced at: 4 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

guicdas/CPP01_42

CPP01 Module

Language: C++ - Size: 1.58 MB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

mxvements/ft_cpp00

Namespaces, classes, member functions, stdio streams, initialization lists, static, const, and some other basic stuf

Language: C++ - Size: 14.6 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

thepaqui/My_Libftpp

My personal Libft for C++98

Language: C++ - Size: 26.4 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

izenynn/ft_containers

42 cursus - ft_containers: re-implementation of some c++ STL containers.

Language: C++ - Size: 185 KB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

Vectorized/Static-Sort

A simple C++ header-only library for fastest sorting of small arrays. Generates sorting networks on compile time via templates.

Language: C++ - Size: 646 KB - Last synced at: 3 days ago - Pushed at: almost 5 years ago - Stars: 52 - Forks: 6

42-Ikole/Containers

🗃 STL containers but written by me :)

Language: C++ - Size: 719 KB - Last synced at: 1 day ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

Ekkoz897/CPP_Modules

CPP modules of 42 school

Language: C++ - Size: 264 KB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

ar1ja/bruhst 📦

[Migrated to self-hosted ari-web Forgejo: https://git.ari.lt/ari/bruhst] rust, c and c++ benchmark

Language: C - Size: 24.4 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

Kdelphinus/42born2code

42 Seoul의 프로젝트들

Language: C - Size: 47.6 MB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 6 - Forks: 0

Link-Wolf/ft_irc

42 project - Create an irc server

Language: C++ - Size: 126 KB - Last synced at: about 1 month ago - Pushed at: 10 months ago - Stars: 0 - Forks: 1

oktonion/Cpp-fast-delegates

Header-only extension for C++ Fast Delegates of Don Clugston (C++98 compatible)

Language: C++ - Size: 287 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 13 - Forks: 2

jesuisstan/42_stl_containers

implementation of C++ standard template library container types

Language: C++ - Size: 1.28 MB - Last synced at: 4 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

Thomas-Chqt/webserv

HTTP server in C++ 98

Language: C++ - Size: 12 MB - Last synced at: about 2 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

Fuwn/tael

🤗 C++98 Extensions for Tatl

Language: C++ - Size: 20.5 KB - Last synced at: 10 days ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

martinmoene/nonstd-lite

Parent of *-lite repositories, a migration path to post-C++11 features for pre-C++11 environments

Language: Batchfile - Size: 7.81 KB - Last synced at: 3 months ago - Pushed at: about 4 years ago - Stars: 83 - Forks: 5

raveriss/cpp_module_02_05-09

Réalisations personnelles pour les exercices C++ (cpp05 à cpp09), explorant la programmation orientée objet, ... , la gestion de la mémoire et d'autres concepts avancés, conformément aux directives de l'école 42.

Size: 25.4 KB - Last synced at: 22 days ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

ColmiiK/cpp_modules

A collection of short exercises about Object Oriented Programming in C++98

Language: C++ - Size: 104 KB - Last synced at: 4 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

pin3dev/42_CPP_Modules_00-04

Exploring advanced C++ and OOP concepts like abstraction, encapsulation, simple and multiple inheritance, polymorphism, interfaces, and so on

Language: C++ - Size: 2.76 MB - Last synced at: about 1 month ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

raveriss/cpp08

C++ Module 08 covers containers, templates, iterators, and algorithms. Exercises include implementing easyfind, Span, and MutantStack. You'll work with STL containers and algorithms, adhering to C++98 standards. Focus on memory management and the canonical class form.

Language: C++ - Size: 1.88 MB - Last synced at: about 2 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

raveriss/cpp09

C++ Module 09: STL. Ce module contient des exercices pour se familiariser avec la Standard Template Library (STL) en C++98. Les exercices incluent la manipulation de conteneurs standards et l'implémentation d'algorithmes de tri et de notation polonaise inversée.

Language: C++ - Size: 2.61 MB - Last synced at: about 2 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

martinmoene/string-lite

String facilities for C++98 and later - a library in search of its identity.

Language: C++ - Size: 108 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 22 - Forks: 2

aabduvak/ft_irc

IRC (Internet Relay Chat) is a protocol for real-time text messaging between internet-connected computers created in 1988.

Language: C++ - Size: 53.7 KB - Last synced at: 4 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

nyuuuukie/json-parser

A simple JSON parser for C++ projects based on C++98

Language: C++ - Size: 107 KB - Last synced at: 4 months ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 0

abdelbenamara/CppModules

42 C++ Modules

Language: C++ - Size: 536 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

semx2a/webserv

HTTP/1.1 server in C++98

Language: C++ - Size: 7.94 MB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

h-sarhan/webserv

An HTTP web server written in C++

Language: C++ - Size: 24.9 MB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 1

loyc12/CPP42

42 School Project : various small exercises aimed at learning the fundamentals of C++ and OOP

Language: C++ - Size: 525 KB - Last synced at: 11 days ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

oktonion/PhWidgets-lib

lightweight fast C++ interface library for QNX Photon microGUI

Language: C++ - Size: 26.4 MB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 6 - Forks: 8

0xromjobert/cpp07

42 school exercices on templated classes and functions. Generic programming concept learnt through the creation of templates such as a generic iterator or dynamic array

Language: C++ - Size: 7.81 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

imadmi/cpp

The goal of these modules is to introduce us to bject-Oriented Programming.This will be the starting point of our C++ journey.

Language: C++ - Size: 533 KB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

rabinadk1/kurukshetra

Academic project on OOP( C++ ) by @safalthapaliya, @samipism and @rabinadk1

Language: C++ - Size: 24.7 MB - Last synced at: about 2 months ago - Pushed at: about 6 years ago - Stars: 4 - Forks: 3

raveriss/cpp07

C++ Module 07 focuses on templates. Covers function and class templates, including swap, min, max, iterator, and array templates. Adheres to C++98 standard with emphasis on memory management and canonical class form.

Language: C++ - Size: 3.28 MB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

bastienkody/classMakerCpp

Canonical form c++ classes definition maker (ecole 42 compliant)

Language: Shell - Size: 150 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

loyc12/Tesser4D

42 Inspired Project : generalizing the DDA algorithm from Cub3D42 into 3D, and switching from C to C++

Language: C++ - Size: 686 KB - Last synced at: 9 days ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

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

Language: C++ - Size: 171 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 48 - Forks: 14

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)

Language: C++ - Size: 159 KB - Last synced at: 27 days ago - Pushed at: about 1 year ago - Stars: 36 - Forks: 6

luciana-pereira/cpp

O CPP e constituído por módulos, listas de exercícios que vão do módulo 00 ao módulo 09 sobre conceitos clássicos de Programação Orientada a Objetos (POO) em C++98.

Language: C++ - Size: 2.9 MB - Last synced at: 29 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

raveriss/cpp06

C++98 exercises on Explores scalar type conversions, serialization, and real type identification in C++. The exercises implement advanced castings and type manipulations in compliance with C++98 standards.

Language: HTML - Size: 1.5 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

raveriss/cpp01

C++98 exercises covering OOP, classes and memory

Language: C++ - Size: 1.47 MB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

raveriss/cpp05

C++98 exercises on Repetitions and exceptions. Exercises on class and exception handling in C++98, including handling bureaucracies and forms with note validations.

Language: C++ - Size: 1.99 MB - Last synced at: 13 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

raveriss/cpp_module_01_00-04

Réalisations personnelles pour les exercices C++ (cpp00 à cpp04), explorant les bases de la programmation orientée objet, le polymorphisme, la gestion de la mémoire et d'autres concepts avancés, conformément aux directives de l'école 42.

Size: 5.99 MB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

raveriss/cpp04

C++98 exercises on subtype polymorphism, abstract classes, and interfaces, demonstrating advanced object-oriented programming techniques.

Language: C++ - Size: 3.12 MB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Toowan0x1/ft_irc

An IRC server in C++ 98 (rfc 2812).

Language: C++ - Size: 3.04 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

AshParker19/ft_irc_42

Internet Relay Chat protocol implemented in C++ 98

Language: C++ - Size: 1.84 MB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1

Seeker04/elte-ik-cpp

A collection of lecture materials I have written (in Hungarian!) for C++ classes at ELTE-IK.

Language: C++ - Size: 896 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 1

raveriss/cpp03

C++98 exercises on inheritance, exploring base and derived class dynamics and multiple inheritance challenges.

Language: C++ - Size: 1.64 MB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

raveriss/cpp00

C++98 exercises covering OOP, classes and memory management.

Language: C++ - Size: 1.54 MB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

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

Language: C++ - Size: 115 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 20 - Forks: 2

oscardelgado02/Introduction-to-Google-Test-and-CMake

Self-learning project to introduce to Google Test and CMake.

Language: C++ - Size: 16.4 MB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

jmz-mzr/containers

A performant recreation of the C++ library containers

Language: C++ - Size: 124 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

Bettercallous/CPP-Modules

Language: C++ - Size: 3.89 MB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

izenynn/cpp-modules

42 Cursus: c++ modules for learning the language.

Language: C++ - Size: 143 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 1

jdomingu98/ft_irc

Our custom Internet Relay Chat Server. Part of the 42school projects roadmap

Language: C++ - Size: 256 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

magnitopic/webserv

HTTP server in C++ 98

Language: C++ - Size: 2.68 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

soofiane262/ft_irc

This project is about creating our own IRC server

Language: C++ - Size: 336 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 1

jmz-mzr/webserv

A high-performance, non-blocking C++ web server emulating NGINX functionality

Language: C++ - Size: 13.9 MB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

urumqinsky/webserv

Web-server with support for basic HTTP methods

Language: C++ - Size: 7.34 MB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

solareenlo/42ft_irc

[WIP :)] Simple IRC server in C++ 98

Language: C - Size: 857 KB - Last synced at: 27 days ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 0

0xromjobert/cpp08

42 school C++ module on templates, STL containers and algorithms

Language: C++ - Size: 11.7 KB - Last synced at: 29 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

trobert42/CPP_modules

C++98 Modules

Language: C++ - Size: 355 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

0xromjobert/cpp04

A 42 exercise on subtype polymorphism, abstract classes and interfaces in C++

Language: C++ - Size: 29.3 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

aaron-22766/42_CPP

Collection of modules for learning object-oriented programming and everything C++

Language: C++ - Size: 440 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

semx2a/cpp_modules

This repository contains the modules of the C++ piscine from 42 School.

Language: C++ - Size: 160 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Reifat/MBL

Microcontrollers/cpp98/cross-platform/Interfaces

Language: C++ - Size: 1.06 MB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

xDec0de/42CPP

A collection of all C++ projects from 42, consisting of 10 different modules.

Language: C++ - Size: 131 KB - Last synced at: 13 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Oberon00/luabind Fork of luabind/luabind

Luabind is a library that helps you create bindings between C++ and Lua.

Language: C++ - Size: 2.77 MB - Last synced at: 6 months ago - Pushed at: over 3 years ago - Stars: 46 - Forks: 13

V0lk7/42_FT_IRC

42- Group project: Create an IRC Server using C++ Std 98.

Language: C++ - Size: 1.79 MB - Last synced at: 11 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

V0lk7/42_CPP

42- Solo project: Learn C++ std 98.

Language: C++ - Size: 15.5 MB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

42-teamprojects/42-WebServ

HTTP Server using C++98

Language: C++ - Size: 46.7 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 3

hel-makh/ft_irc Fork of naahio/IRC

IRC is a text-based communication protocol on the Internet. It offers real-time messaging that can be either public or private. Users can exchange direct messages and join group channels. This project is about creating your own IRC server in C++, that is fully compatible with an official client.

Language: C++ - Size: 345 KB - Last synced at: 6 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

izzypt/CPP-Module-06

This module is designed to help you understand the different casts in CPP.

Language: C++ - Size: 59.6 KB - Last synced at: 17 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ndeana-21/cpp

Language: C++ - Size: 50.8 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

maricard18/42-Cpp

Introduction to C++

Language: C++ - Size: 3.87 MB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

yavuzsonmez/42-Webserv

NGINX-like HTTP/1.1 server using TCP sockets and I/O multiplexing written in C++98

Language: C++ - Size: 36 MB - Last synced at: 12 days ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 3

dhaliti/IRelayChat

A personnal IRC server written in C++98

Language: C++ - Size: 1.33 MB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

clementvidon/cpp_pool

[documented code / -pedantic -std=c++98] - This project aims to familiarize with the syntax of the CPP as well as the basics of the OOP

Language: C++ - Size: 306 KB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

magnitopic/CPP-42

C++ beginner exercicess to learn the language and OOP

Language: C++ - Size: 178 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Subhankar2000/CPP

This is the repository , where elementary level C++ programs are there , anyone can make these programs or search online for these Subhankar Karmakar D.A.V. Public School [ 2015 - 2017 ] E.C.E. Dept. - Asansol Engineering College [ 2017 - 2021 ] Programs Modified in 2016 , uploaded in March 2018

Language: C++ - Size: 222 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Mouad-El-Asri/webserv

🚀 We've just created our own HTTP server "webserv". Which we can test using a real web browser. Our main goal was to gain a better understanding of the HTTP protocol, which is crucial for internet communication. Webserv has helped us unravel the mysteries of HTTP. Come and explore the world of HTTP with us. 🌟

Language: C++ - Size: 11.3 MB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

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.

Language: C++ - Size: 121 KB - Last synced at: 7 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

shimazadeh/Ft_container

Designed C++ container classes (vector/list/map) from ground up and free from reliance existing libraries, using template metaprogramming techniques, providing essential data structures.

Language: C++ - Size: 265 KB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

AndorGunczer/CPP_OOP_Deep_Dive

Exercises to practice Object-Oriented Programming in C++

Language: C++ - Size: 21.6 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

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.

Language: C++ - Size: 80.3 MB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 6 - Forks: 1

levensta/CPP-containers

Implementing the various container types of the STL C++

Language: C++ - Size: 1.62 MB - Last synced at: 4 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

MickaelBlet/Thread

One header file std::thread for C++98

Language: C++ - Size: 70.3 KB - Last synced at: 29 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

ade-la-c/ft_containers

C++ STL container implementation

Language: C++ - Size: 215 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

MASD-Project/cpp_ref_impl

C++ Reference Implementation for MASD models

Language: C++ - Size: 4.22 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 2

Yamzil/CPP-Modules

C++ - Modules to discover the world of C++ and OOP

Language: C++ - Size: 113 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

BebAlix/CPP-piscine

Piscine CPP with 10 CPP modules

Language: C++ - Size: 153 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

BebAlix/IRC

Recreate an IRC chat [Internet Relay Chat: TCP/IP protocol to communicate by message on the internet] with basics commands in c++

Language: C++ - Size: 1.77 MB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

devvoid/vini

A single-header INI parser capable of both reading and writing files.

Language: C++ - Size: 48.8 KB - Last synced at: 17 days ago - Pushed at: about 7 years ago - Stars: 8 - Forks: 0

Guiribei/cpp

This is the record of my cpp_piscine project at 42

Language: C++ - Size: 458 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

brian-xu-vlt/42_CPP_PISCINE

[École 42 - piscine] Set of 9 C++ modules. Each module, made of multiple exercices, introduces new concepts from C++ and OOP.

Language: C++ - Size: 6.24 MB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

MosheGroot/webserver21

Implementation of webserver like nginx

Language: C++ - Size: 754 KB - Last synced at: 4 months ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

nnieddu/piscine_cpp_42

42 School introduction to C++

Language: C++ - Size: 172 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Archer-01/ft_containers

Re-implementation of some C++ STL containers

Language: C++ - Size: 155 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0