#
cpp-11
Here are 29 public repositories matching this topic...
Single-header header-only C++11 / C++14 / C++17 library for easily managing set of auto-generated type-safe flags.
c-plus-plus
cplusplus
cpp
c-plus-plus-11
bits
c-plus-plus-14
header-only
cplusplus-14
c-plus-plus-17
flags
single-header-lib
bitflags
cplusplus-11
cpp-11
cpp-14
cplusplus-17
cpp-17
header-library
-
Updated
Sep 29, 2021 - C++
Real-time centralized logging server ⚡
-
Updated
Oct 25, 2019 - C++
C++ client library for Google Cloud Spanner
-
Updated
Jun 1, 2020 - C++
Modern c++ object factory implementation in <200 lines
-
Updated
Jun 6, 2021 - C++
C++ events in Paris
events
meetup
cplusplus
cpp
cpp14
cpp11
cpp17
cplusplus-14
french
paris
cplusplus-11
cpp-11
cpp-14
cplusplus-17
cpp20
cplusplus-20
french-speaking
cpp-17
cpp-20
-
Updated
Sep 20, 2018 - HTML
Simple but powerful timetracker for the commandline
macos
linux
language
cli
commandline
application
utility
command-line-app
csv
cpp
command-line
timesheet
boost
color-palette
color-theme
timetracker
command-line-tool
linux-app
cpp-11
timetracking
time-logging
cli-viewer
timesheet-entries
-
Updated
Jun 3, 2020 - C++
CRÉÉ EN 2016 **Development continues at framagit.org/ericb/miniDart** Logiciel d'analyse vidéo pour coachs de sports collectifs (handball ou autre sport collectif), écrit en C++
opencv
slideshow
opengl
ffmpeg
cpp
sdl2
imgui
sports
capture
webcam
slow-motion
cpp-11
webcam-capture
collective-sport
handball
goalkeeper
-
Updated
Aug 16, 2021 - C++
A header-only C++ library that augments the standard library with useful code snippets
-
Updated
May 5, 2022 - C++
Yet another small C++11 library for colors and effects in terminal ouput by means of ansi escape codes
-
Updated
Nov 25, 2021 - C++
Algorithms for Problem Solving.
stl
codechef
topcoder
hackerrank
recursion
sorting-algorithms
cpp17
hackerearth
dynamic-programming
operating-systems
cpp-11
strings-manipulation
-
Updated
Sep 24, 2020 - C++
Pages du site web
github-pages
events
meetup
cplusplus
cpp
cpp14
cpp11
cpp17
cplusplus-14
french
paris
cplusplus-11
cpp-11
cpp-14
cplusplus-17
cpp20
cplusplus-20
french-speaking
cpp-17
cpp-20
-
Updated
Aug 14, 2021 - CSS
Open
Add linear search
enhancement
New feature or request
good first issue
Good for newcomers
algorithm
This relates to an algorithm
Open
Add insertion sort
Open
Add selection sort
3 different C++, multi-threaded queues including a lock-free one
-
Updated
Jan 23, 2019 - CMake
A minimalist wrapper around curl, with compability with recent features like http2.0 protocol
-
Updated
Feb 26, 2020 - C++
A light-weight YAML library for C++11 and upwards.
c
yaml
cpp
gcc
yml
cpp11
bindings
mingw
yaml-parser
cpp-11
c-bindings
yaml-api
yml-parser
c-binding
yaml-parsing
yml-parsing
-
Updated
Mar 10, 2022 - C++
A simple lightweight header-only C++ logger
macos
linux
cpp
logging
cpp14
cpp11
header-only
logging-library
cpp17
cpp-11
cpp-14
cpp-17
typographics-logger
asynchronous-logger
-
Updated
Jan 14, 2021 - C++
Modbus master library for Embarcadero C++ Builder
protocol
modbus
industrial-automation
modbus-tcp
cpp-library
modbus-rtu
modbus-master
cpp-11
modbus-udp
embarcadero
bcc32c
bcc64
industrial-bus
-
Updated
Dec 30, 2021 - C++
A light-weight XML library for C++11 and upwards.
c
cpp
xml
gcc
cpp11
xml-parsing
bindings
header-only
mingw
xml-parser
xml-api
cpp-11
c-bindings
c-binding
-
Updated
Jan 16, 2022 - C++
DCL-115: Multi-Threaded Programming in C++17
-
Updated
Apr 28, 2021 - C++
Compute power of one number raised to another
-
Updated
Aug 21, 2017 - C++
A small stream-oriented library to handle networking in C++
cmake
networking
cpp
network
cpp-netlib
cpp-library
network-programming
cpp-11
cpp-lib
cpp-programming
cpp-network
cpp-libraries
-
Updated
Mar 17, 2022 - C++
Framework for automatic enrollees application to university, where each enrollee can specify its priorities and choice more than one specialty.
c-plus-plus
library
opensource
algorithm
framework
university
xml
c-plus-plus-11
cpp-library
cpp-11
unpacked-university
university-data
enrollee
university-format
-
Updated
Feb 8, 2018 - C++
Some C/C++ I write while going through data structure and algorithms, and some other random problems.
-
Updated
Oct 15, 2021 - C
A light-weight JSON library for C++11 and upwards.
c
json
cpp
json-api
gcc
cpp11
bindings
json-parser
header-only
mingw
json-parsing
cpp-11
c-bindings
c-binding
-
Updated
Mar 10, 2022 - C++
Improve this page
Add a description, image, and links to the cpp-11 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cpp-11 topic, visit your repo's landing page and select "manage topics."
Issue description
Linear search should be added. It should take a begin and end iterator to a collection and search for a value.
Take a look at the sorting algorithm interfaces for an example.
Checklist