2009年8月13日 - 不能。 程序: #include void main() { int j=1; } 和程序: #include void main() { int i=1; } 反汇编各得5071行,没有区别。 如果编译时用 ...
wenda.tianya.cn