Specify the GOFF C compiler option if compiling in native z/OS.
如果要在原生z/OS 上编译,那么必须指定GOFFC编译器选项。
Native z/OS Batch: Use the C compiler CXX runtime option for C++ programs.
原生z/OS批作业:对于 C++程序,使用C编译器的CXX运行时选项。
The following sections describe how to get and install the C compiler and how to configure DB2 to use it.
下面的部分描述了如何获取和安装C编译器,以及如何配置DB2来使用编译器。
You will need a C compiler and the make tool to build from source (see Resources). The basic steps follow
从源代码构建 Erlang需要C编译器和make工具(参见参考资料)。
Of course, just like any C application, you can leverage the C compiler to build a better executable.
当然,正如一些C应用程序,我们能利用C编译器构建更佳的可执行程序。
To compile this program, you need the C compiler and the development files (headers and libraries) for GTK+.
要编译这个程序,需要C编译器和GTK+的开发文件(头和库)。
This can be done using the #pragma export directive, or the C compiler exportall option to export everything.
可以使用 #pragmaexport指令或C编译器的exportall选项来完成。
You do this using the #pragma export statement in your C code, or by specifying the EXPORTALL C compiler option.
这需要在C代码中使用 #pragmaexport语句,或者指定EXPORTALL C编译器选项。
The z/OS C compiler is actually both a C and C++ compiler in one, and can be called either from native z/OS or USS.
z/OSC编译器实际上把 C和 C++ 编译器融为一体,而且可以从原生 z/OS或USS 调用。
Mr. Bellard is perhaps most famous for writing the tiny c compiler (tcc), a popular lightweight compiler in the Linux community.
不仅如此,Bellard先生过去还以编写了tcc编译器而在Linux社群中享有盛名。
The C compiler SCCNPRC dataset holds two groups of procedures you can call from batch to compile your code: CBC* for C++, EBC* for C.
C编译器 SCCNPRC数据集包含两组过程,可以从批作业调用它们来编译代码:CBC*用于 C++,EBC* 用于 C。
You should also have a C compiler, such as the GNU Compiler Collection (GCC), and a suite of development tools that includes make and m4.
同时,还需要一个C编译器,例如GNUCompiler Collection (GCC),和一组包含make 和m4的开发工具。
The first two commands from Listing 5 remove the default Ruby installation and install a C compiler and a few necessary development packages.
清单5的前两条命令移除默认Ruby安装并安装一个C编译器和几个必要的开发包。
Mr. Stallman’s accomplishments have included, but are not limited to, the creation of the GNU Public License, the Free Software Foundation, and the GNU C compiler.
Stallman先生的成就包括起草GNU公用许可协议(GPL),创立自由软件基金会 (FSF), 编写GNUC编译器,但不仅限于此.
The IBM XL C compiler is a very good optimizer, and as a result, the C algorithm delivers superior results to a simple unoptimized assembly language implementation.
IBMXLC编译器是一个非常好的优化器,结果是 C算法的性能要比未经优化的汇编语言实现的性能好很多。
If a method does not have the proper type, the ANSI-C compiler will not detect the error because the variable argument list and our casting prevent type checks.
如果一个方法没有恰当的类型,因为可变的变元表以及如上的“加工”阻止了类型检查,ANSI - C编译器将不会报错。
The ROSE builder is written in Python for good support and maintainability (Python language version 2.x with standard Python libraries -- 2.1 and 2.2 have been tested, plus working C compiler, gzip).
为了良好的支持和可维护性,ROSE编译器用Python编写(与可用的C 编译器gzip 一道,附带标准 Python库的 Python语言版本 2.x —— 2.1 和 2.2已经经过了测试)。
The reason VB and C# can use different implementations is that anonymous types are a compiler feature.
VB和C#之所以能不同的实现方式是因为匿名类型是一个编译器特性。
While this is fine at a conceptual level, it makes it harder than necessary to what the Microsoft C# compiler actually does.
在概念层次上这没什么问题,但对于我们理解微软的C#编译器实际是怎么做的来说没有任何帮助。
It serially invokes the underlying compiler to compile C/C++ sources.
它按次序调用底层编译器来编译C/C++源。
The LSL documentation is useful even to someone who's never going to touch a C++ compiler or a line of source and who just uses prebuilt downloads of the viewer.
即使对于那些从来都不会涉及 C++编译器或一行源代码以及那些使用预先编译好的查看器下载版本的用户来说,LSL文档也会非常有用。
By default, the C++ compiler uses the __thiscall calling convention for class methods.
根据预设,C++编译器使用__thiscall作为类成员函数的调用协定。
Let me rewrite the generated code to ignore the code that the C# compiler originally generated...
让我重写一下生成的(IL)代码吧,让编译器忽略以前生成的”。
Whether the code generated by the Visual C++ compiler is MSIL or unmanaged code, the optimizer that generates the code is the same one that has been developed and tuned for over a decade.
不管Visual C++编译器生成的代码是MSIL还是非托管代码,生成代码的优化器还是十几年前就已开发并已进行调整的优化器。
To compile the full C# example code, install the . NET Framework v1.1 SDK and use the C# compiler, csc.exe.
要编译完整的 C#示例代码,需要安装.NETFrameworkv1.1SDK并使用 C#编译器 csc.exe。
The sample ODBC program must be compiled by an appropriate C programming language compiler, such as Visual C++.
示例ODBC程序必须用一个适当的C语言编译器编译,例如Visual C++。
Although BCPL was a high-level language (similar to c), the intermediate code that the compiler generated was called O-code (Object code).
尽管BCPL是一种高级语言(类似于c),编译器生成的中间代码叫做o - code(对象代码)。
So you only need a C-compiler once to produce the executable.
所以您只需使用一次C编译器来产生可执行文件。
With this technology, have finished a front-end compiler of C -oriented parallel language, and this practice have proved the technology feasible and highly effective.
作者已应用该技术编写出一个面向C语言的并行语言编译器前端,验证了该技术是可行的和高效的。
To tell the compiler whether your program is C or C++, this is what you need to do
为了告诉编译器您的程序是C还是 C++,需要
应用推荐