mirror of
https://github.com/fffaraz/awesome-cpp.git
synced 2025-12-17 20:34:38 +03:00
@@ -46,6 +46,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
|
||||
- [Virtual Machines](#virtual-machines)
|
||||
- [Web Application Framework](#web-application-framework)
|
||||
- [XML](#xml)
|
||||
- [Yaml](#yaml)
|
||||
- [Miscellaneous](#miscellaneous)
|
||||
- [Software](#software)
|
||||
- [Compiler](#compiler)
|
||||
@@ -909,6 +910,11 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
|
||||
* [TinyXML++](https://github.com/rjpcomputing/ticpp) - A completely new interface to TinyXML that uses MANY of the C++ strengths. Templates, exceptions, and much better error handling. [MIT]
|
||||
* [Xerces-C++](http://xerces.apache.org/xerces-c/) - A validating XML parser written in a portable subset of C++. [Apache2]
|
||||
|
||||
## Yaml
|
||||
|
||||
* [mini-yaml](https://github.com/jimmiebergmann/mini-yaml) - Single header YAML 1.0 C++11 serializer/deserializer. [MIT]
|
||||
* [yaml-cpp](https://github.com/jbeder/yaml-cpp) - A YAML parser and emitter in C++ [MIT]
|
||||
|
||||
## Miscellaneous
|
||||
*Useful libraries or tools that don't fit in the categories above or maybe just not categorised yet*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user