An open API service indexing awesome lists of open source software.

https://github.com/leighgarbs/tools-cpp

Generalized cross-project C++ tools
https://github.com/leighgarbs/tools-cpp

cplusplus toolbox tools toolset utility

Last synced: about 1 month ago
JSON representation

Generalized cross-project C++ tools

Awesome Lists containing this project

README

          

**[tools-cpp](https://github.com/leighgarbs/tools-cpp)** -
Generalized cross-project C++ tools
==========================================================

For personal project use.

## Features ##
* C++11
* [CMake](https://cmake.org/)-based build and test system
* Most functionality has test coverage
* Class wrappers for TCP, UDP, and raw sockets

## Goals ##
* Windows support

## Priorities ##
* Multi-platform support
* POSIX compatibility
* Test coverage

## Style ##
* No tabs, only spaces
* 4 space indents
* Lines wrap to 80 characters