The following sections describe how to get and install the C compiler and how to configure DB2 to use it.
下面的部分描述了如何获取和安装C编译器,以及如何配置DB2来使用编译器。
I think I know more about the problems with C + + than just about anyone, but I also know how to avoid them and how to use C + + 's strengths.
我想我要比任何人都更了解C++的问题,不过,我也知道如何避免它们,以及如何利用C++的优势。
C: Oh, that's why we must use magnetically encoded checks and deposit slips.
顾客:噢,这就是为什么我们必须使用磁性密码支票和存款单的原因。
You should make sure that you understand how templates work in C + + before you use the STL.
你应该确定你在使用STL之前知道模板在C+ +中是怎么工作的。
You have also seen how you can use GTK + in languages other than c, using idioms specific for those languages while preserving the general way you use GTK +.
还看到了如何在c语言之外的语言中使用GTK +,在保持使用GTK +的一般方式的同时,还使用了特定于这些语言的方式。
For example, C-based languages use a semicolon (;) to indicate the end of a line of code.
例如,基于C的语言使用分号(;)来指示代码行的结束。
For example, if it's a console company and they mainly use c, be ready to answer questions on linked lists, memory usage, and other low level questions.
举例来说,如果是一家游戏主机开发公司而他们主要使用C语言,那你就要准备回答链表,内存管理之类底层的问题。
There has to be languages for those experts to use--and C++ is one of those languages.
必须有语言供这些专家使用——C++就是其中之一。
If you are using external stored procedures written in c, you can use either logging stored procedures, or the logging calls directly, bypassing stored procedure wrappers (see example).
如果正在使用用c语言编写的外部存储过程,那么既可以使用日志存储过程,也可以直接使用日志调用,后者可以跳过存储过程(参见例子)。
It's probably to make it easier on people who are updating old C# 1.0 code to use generics; those people were probably already ensuring that only the right types got into their lists.
这有可能是因为想要给升级老的C# 1.0代码的人行个方便吧,好让他们更容易的用到泛型。那些想要升级代码的人可能已经确保了只向列表中加入正确类型的对象。
Most C compilers do not use this STAB (they expect the debugger to assume that the name is main), but some C compilers emit an N_MAIN STAB for the main function.
大多数C编译器不会使用该STAB(它们希望调试器假设该名称是主程序的名称),但是一些 C 编译器会发出 N_MAIN STAB 来获得主函数。
The next example shows a contrived example that defines packages using the nested package syntax in Scala, which is similar to the namespace syntax in C# and the use of modules as namespaces in Ruby.
下面这段虚构的代码展示了如何使用Scala语言的嵌套语法来定义包,这些语法与C#的命名空间语法以及Ruby使用模块作为命名空间的语法很相似。
We then explore how to get the best possible schema-validation performance out of Xerces-C++ through the use of its grammar caching and grammar serialization capabilities (see Resources).
然后将探讨如何通过利用语法缓冲和语法序列化功能,从 Xerces-C++获得最佳的模式验证性能(请参阅参考资料)。
The second is to write a program primarily in C, then use embedded Lua as a way to store and report data and configuration.
第二种方法是主要用C编写一个程序,然后使用嵌入的 Lua来存储和报告数据和配置。
Finally, the traditional Ruby garbage collector was removed and instead we use the Objective-C garbage collector.
最后,传统的Ruby垃圾回收器被移除,我们使用了Objective - c垃圾回收器来代替。
It is usually implemented in C or C + +, but some people use Fortran to write their extensions that will link to large Fortran libraries.
这种动态链接库是用c或者C++实现的,但也有人用Fortran编写自己的扩展,这些扩展将来会链接到一些大型的fortran库上去。
Native applications built in Objective-C make full use of all the iPhone features: GPS, accelerometer, local storage, camera and more.
用Objective - C语言创建的本地应用程序能完全使用iPhone的所有功能:GPS、加速器、本地存储、照相机等。
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。
Visual Studio, visual tools, and a visual environment (do you sense a theme here?) make Azure approachable and comfortable for people who use C# and SQL Server on a daily basis.
VisualStudio、可视化工具和可视化环境使得Azure对于每天使用 C# 和SQLServer 的人来说非常亲切和舒服。
To commands to use CSH and other C-shell compatible shells are.
对于csh和与c -shell兼容的其他shell,使用的命令是。
This article mainly introduced this game development environment Microsoft Visual C++ 6.0, use current outstanding development kit VC++ programming.
本文主要介绍了本游戏开发环境MicrosoftVisual C++ 6.0,使用当前优秀的开发工具VC++编程。
In this article, we use Xerces-C + + 's version of the SAX 2.0 API to illustrate its schema-validation capabilities.
本文使用Xerces - C++的SAX 2.0API版本来说明它的模式验证能力。
In this article, we show you how to use Xerces-C + + to validate a document according to an XML Schema.
本文中,我们将介绍如何根据XMLSchema使用Xerces - C+ +来验证文档。
Our first job in this article is to show you how to use Xerces-C + + to validate a document according to an XML Schema.
本文的第一项任务是说明如何按照XMLSchema使用Xerces - C+ +来验证文档。
In this article, we showed you how to use Xerces-C + + to validate an instance document according to an XML Schema.
本文说明了如何根据XMLSchema,使用Xerces - C+ +验证实例文档。
Often — mainly for C++ projects — Visual Studio projects use custom build steps to perform nonstandard build tasks.
通常 ——主要针对 C++项目 ——VisualStudio 项目将使用自定义构建步骤来执行非标准构建任务。
In traditional programming languages such as c, you would use STDIN, STDOUT, and STDERR to accomplish this.
在诸如c之类的传统编程语言中,您将使用STDIN、STDOUT和STDERR完成此操作。
Read the documentation for pack() and unpack() in the Resources section to understand why we use the "C*" template.
阅读 参考资料 中关于pack()和unpack()的文档,您将会明白我们为什么用 “C*” 模板。
Start your Rational software to use c: \ targets \ my-workspace.
启动您的Rational软件来使用c: \targets \ my -workspace。
Start your Rational software to use c: \ targets \ my-workspace.
启动您的Rational软件来使用c: \targets \ my -workspace。
应用推荐