[64studio-devel] Encoding with Lame
Quentin Harley
qharley at wbs.co.za
Mon Mar 26 22:11:51 UTC 2007
mmmmna wrote:
>> forum++;
>>
>
> ++ = (nudge nudge)? Hmmmm. New math. Again.
>
>
>
Not new math (unless you can call 1973 new)
variable++;
The above line of code in ANSI C (and many other C like programming
language variants) means
"Take the value of 'variable'. Add one. Store the result back in
'variable'."
Just to mess with your non-coder brain!
Quentin
More information about the 64studio-devel
mailing list