GNU 的 nana 库死了吗?是否有后继者正在使用?

发布于 2024-08-04 13:35:36 字数 271 浏览 2 评论 0原文

看看 http://savannah.gnu.org/projects/nana/ 似乎Nana 的最后一项工作是在四年前完成的,nana 的官方 gnu.org 主页只是一个占位符。考虑到不活跃的项目往往会遭受比特腐烂的困扰:

  1. 该项目已经死亡了吗?
  2. 有继任者吗?
  3. 人们是否有更好的 C/C++ 断言/日志库?

Looking at http://savannah.gnu.org/projects/nana/ it seems that the last work was done on Nana four years ago, and the official gnu.org homepage for nana is a placeholder. Given how inactive projects tend to suffer from bitrot:

  1. Has the project died?
  2. Is there a successor?
  3. Do folks have a different assertion/logging library for C/C++ that is superior?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

余厌 2024-08-11 13:35:36

如果您正在寻找日志库,请使用 Log4Cxx:
http://logging.apache.org/log4cxx/

如果您正在寻找断言检查,请使用单元测试框架,例如 UnitTest++:
http://unittest-cpp.sourceforge。 NET/UnitTest++.html

If you are looking for a logging library, use Log4Cxx:
http://logging.apache.org/log4cxx/

If you are looking for assertion checking, use a unit-testing framework such as UnitTest++:
http://unittest-cpp.sourceforge.net/UnitTest++.html

梦途 2024-08-11 13:35:36

Boost 测试库 是一个选项对于断言检查部分。

Boost Test Library is an option for the assertion checking part.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文