don't understand?

來源: 2004-06-30 08:01:28 [舊帖] [給我悄悄話] 本文已被閱讀:

Don't understand exactly.
Do you mean you got ++a=11 a++=11 by using gcc?

I use gcc, but got "++a=10, a++=12".
When using VC++, I got "++a=11, a++=11"

Is this the difference between __stdcall_ and __cdecl_?
If so, I need to go read docuemnts about that.

Thanks