本文介绍了什么是C ++模块?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在跟进C ++标准化,遇到了C ++模块的想法。我找不到一个好的文章。

I've been following up C++ standardization and came across C++ modules idea. I could not find a good article on it. What exactly is it about?

推荐答案

这是第一个命题之一:

Here is one of the first propositions :http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1778.pdf

还有一个很好的解释:

And a very good explanation :http://clang.llvm.org/docs/Modules.html

这篇关于什么是C ++模块?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-14 18:16