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