# C++ libs
1. [wxWidgets](https://github.com/wxWidgets/wxWidgets)
: Cross-Platform **GUI** framework.
2. [JSON for Modern C++](https://github.com/nlohmann/json)
: JSON library. (**Apple macOS Sierra** and **iOS 10** use this lib!!!)
3. [Boost](https://www.boost.org/)
: Powerful C++ library in many aspects.
4. [xlnt](https://github.com/tfussell/xlnt)
: A modern C++ library for manipulating **.xlsx** files
5. [mailio](https://github.com/karastojko/mailio)
: Cross-Platform C++ library for **MIME** format and **SMTP**, **POP3** and **IMAP** protocols.
6. [serial](https://github.com/wjwwood/serial)
: Cross-platform, Serial Port library written in C++
7. [sol3](https://github.com/ThePhD/sol2)
: A Lua binding Library.
8. [cpr](https://github.com/whoshuu/cpr)
: C++ wrapper for libcurl.
9. [TinyXML-2](https://github.com/leethomason/tinyxml2)
: XML parser.
10. [HTACG HTML Tidy](https://github.com/htacg/tidy-html5)
: To tidy HTML format.
11. [spdlog](https://github.com/gabime/spdlog)
12. [fmt](https://github.com/fmtlib/fmt)
13. [mINI](https://github.com/pulzed/mINI)
Manipulating INI library
14. [mimalloc](https://github.com/microsoft/mimalloc)
Memory allocator
15. [duckX](https://github.com/amiremohamadi/DuckX)
: To read and write docx .
## File Format
- [File Format Developer Guide](https://www.fileformat.com/)
###### tags: `C++`