本文介绍了“ c”是什么?在cmake代表?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在Google上找不到确切的答案。我认为这意味着跨平台。
I've not been able to find a definitive answer on google. I think it means cross-platform.
还有另一个更适合此类问题的网站吗?
Is there another site that is more appropriate for this kind of question?
推荐答案
代表跨平台。
请参见
它不代表编译
或交叉编译
,但生成
它不代表 C
或 C ++
,因为支持多种编程语言。
It does not stand for C
or C++
because multiple programming languages are supported.
它不代表任何 make /
nmake
工具,因为它们仍然是必需的。
It does not stand for the third generation of any of the make
/ nmake
tools because they are still required.
这篇关于“ c”是什么?在cmake代表?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!