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
- Host: GitHub
- URL: https://github.com/leighgarbs/tools-cpp
- Owner: leighgarbs
- License: mit
- Created: 2017-03-17T01:19:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-02T22:42:41.000Z (over 4 years ago)
- Last Synced: 2025-01-16T00:26:36.719Z (12 months ago)
- Topics: cplusplus, toolbox, tools, toolset, utility
- Language: C++
- Homepage:
- Size: 30.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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