Glenn Maynard 3a13724a70 Cleanups:
Don't use variables that start with an underscore.  They're reserved
for the system.

Using single-letter variable names is fine for simple for() counters,
but don't use them for real variables.  Here you probably meant
"Coins", "CoinsPerCredit" (const) and "Remainder".

Er, you're implementing div and mod iteratively.  :)
2003-02-12 07:52:20 +00:00
2003-02-12 07:52:20 +00:00
S
Description
554 MiB
Languages
C++ 85.7%
Lua 4.3%
C 4.3%
Rich Text Format 2.3%
CMake 1.1%
Other 2%