请教一个问题(30分)

  • 主题发起人 主题发起人 yytxt
  • 开始时间 开始时间
Y

yytxt

Unregistered / Unconfirmed
GUEST, unregistred user!
我在看一些关于C语言编程规范的英文资料时,看到如下一些内容:
2.4.3 Capitalization
The following capitalization style is recommended because it gives the programmer as
well as the reader of the code more information.
•
Variables: Use lower-case words separated by underscores.
•
Function names: Capitalize the first letter of each word;
do not use
underscores.
•
Constants: Use upper-case words separated by underscores.
•
C bindings: Use the letter “c” followed by an underscore and the binding
name.
Example: capitalization style
open_database variables
ProcessError function names
MAX_COUNT constants
c_ephemrd C bindings
这其中的C bindings不知是什么?具体翻译成什么?用在什么地方?请各位高手指教!
(在线等待!!!)
 
可能是表示和C语言兼容的意思
 
刚看了一下:大致是与某一个用不是C写的api的接口,帮俺看看:
http://www.delphibbs.com/delphibbs/dispq.asp?lid=1263967
谢了
 
多人接受答案了。
 
后退
顶部