We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
一个值得关注的地方可能是 GNU Hello 程序的实现。它包括 GNU 编码指南所期望的所有标准模板文件。
当然,您可以选择遵循 GNU 以外的另一套准则。
One place to look might be the implementation of the GNU Hello program. It includes all the standard template files expected by the GNU coding guidelines.
You may, of course, choose to follow another set of guidelines than GNU's.
您可能会发现 boost 沙箱模板很有趣:沙箱模板
You might find the boost sandbox template interesting: Sandbox Template