Chris Saunders
2010-01-19 04:41:42 UTC
Sorry for asking this - I haven't been using C for a long time and I'm
adapting some C code to another language. Here is a line from the C code
I'm adaptinge:
x = mt[mti++];
Is x set to mt[mti] or mt[mti + 1]. after this statement is executed.
Regards
Chris Saunders
adapting some C code to another language. Here is a line from the C code
I'm adaptinge:
x = mt[mti++];
Is x set to mt[mti] or mt[mti + 1]. after this statement is executed.
Regards
Chris Saunders