Re: Re(2): A86: random numbers


[Prev][Next][Index][Thread]

Re: Re(2): A86: random numbers




Sorry, I forget not everyone programs in C :)

Camel notation uses underscores and lowercase for everything:

_asm_exec_ram
this_var_is_named_joe

Hungarian notation (in the looser form) uses upper/lower case:

AsmExecRam
ThisVarIsNamedJoe

> >Most calls are lowercase, and camel
> >notation is used instead of hungarian.
> 
> huh?




References: