mirror of
https://github.com/fffaraz/awesome-cpp.git
synced 2025-12-18 12:54:39 +03:00
@@ -46,6 +46,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
|
|||||||
- [Virtual Machines](#virtual-machines)
|
- [Virtual Machines](#virtual-machines)
|
||||||
- [Web Application Framework](#web-application-framework)
|
- [Web Application Framework](#web-application-framework)
|
||||||
- [XML](#xml)
|
- [XML](#xml)
|
||||||
|
- [Yaml](#yaml)
|
||||||
- [Miscellaneous](#miscellaneous)
|
- [Miscellaneous](#miscellaneous)
|
||||||
- [Software](#software)
|
- [Software](#software)
|
||||||
- [Compiler](#compiler)
|
- [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]
|
* [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]
|
* [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
|
## Miscellaneous
|
||||||
*Useful libraries or tools that don't fit in the categories above or maybe just not categorised yet*
|
*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