Well just need a bit help on this....

tutsipoppy2

International Coach
Joined
Sep 3, 2003
Location
New Delhi , INDIA
Online Cricket Games Owned
hi....yesterday i was viewing the cricket2004.exe with hex workshop.

i found many interesting values and also understood what they did.

but one thing i want to ask and also didn't understand in the EXE are:

%d
%f


and other such values.

what do they do. coz these have been used many times in the EXE and at very important points.

Anybody who knows plz reply as sson as possible....
 
in case it is related to C/C++, then %d is used to output decimals and %f is for float values.
 
so whats their relation in the cricket2004.exe

For exaplme in the EXE there is a line :

"if bowler's average is more then 25 then increase batsman average by %d"
 
I know nothing about programming, but could that line not be something to do with the confidence meter??
 

Users who are viewing this thread

Top