或在编译时收到几个关于已不用的变量的警告,但是我相信它们是无害的,可以忽略它们。
I received a couple of warnings about obsolete variables when I compiled, but I believe they are harmless enough to ignore.
二者的实现基础完全相同,即在编译时将“var”替换成为分析得到的正确的变量或数组类型表达式。
Both work fundamentally the same way, at compile time the keyword "var" is replaced with the correct scalar or array type for the associated expression.
与大内存模型类似,可以通过一个链接器选项或在运行时使用LDR_CNTRL环境变量来为编译时的可执行程序启用超大内存模型。
The very large memory model, like the large memory model, can be enabled for an executable at compile time with a linker option or at run time using the LDR_CNTRL environment variable.
for - each循环:当迭代数组时,编译器生成归纳变量和标准的数组迭代语法。
For-each loop: When iterating over an array, the compiler generates an induction variable and the standard array iteration idiom.
对于Psyco,有“运行时”、“编译时”和“虚拟时”变量。
For Psyco, there are "run-time," "compile-time" and "virtual-time" variables.
数组类型的变量有三个重要的限制:数组长度固定不变,在编译时必须知道其长度,数组只在定义它的块语句内存在。
A variable of array type has three important limitations: Its size is fixed, the size must be known at compile time, and the array exists only until the end of the block in which it was defined.
你可以设置你的LD_RUN _ PATH环境变量在编译时。
You can set your LD_RUN_PATH environment variable when compiling.
编译器使用变量的初始值设定项,在编译时确定变量的类型,以生成早期绑定代码。
The compiler USES a variable's initializer to determine the variable's type at compile time to produce early-bound code.
编译器使用变量的初始值设定项,在编译时确定变量的类型,以生成早期绑定代码。
The compiler USES a variable's initializer to determine the variable's type at compile time to produce early-bound code.
应用推荐