Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 windows express vs 2008 编译器中使用简单并且在编译时没有问题的最好的 c++ 库是什么?最好为每个目的使用不同的库还是使用一个通用库?
Boost拥有所有这两个。
它是免费的,它是一个行业标准,非常强大,经过全面测试,并且易于使用。
对于 XML,很多人使用 TinyXML。
(编辑:我撒谎了,认为 Boost 出于某种原因拥有 XML……)
我将 Boost 用于网络和线程。以及用于解析 XML 的xerses 。也检查这个问题。
QT 支持这些。看例子,看如何安装
POCO拥有一切。它也很容易使用。