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不知是什么?具体翻译成什么?用在什么地方?请各位高手指教!
(在线等待!!!)
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不知是什么?具体翻译成什么?用在什么地方?请各位高手指教!
(在线等待!!!)