Hi folks,
When in the history of C did it become acceptable to use $
in a variable or function name?
Why do some people say that it is a bad idea to begin
a variable name with an underscore?
Is it bad form to have a variable or function that is a
single $ or _ ?
Thanks.
When in the history of C did it become acceptable to use $
in a variable or function name?
Why do some people say that it is a bad idea to begin
a variable name with an underscore?
Is it bad form to have a variable or function that is a
single $ or _ ?
Thanks.
Comment