iostream.h 包含了 ostream.hostream.h 中有”extern ostream__withassign __CRTIMP cout;“我的代码里 包含了“iostream.h”然后有“extern ostream_withassign MyOut;"编译时报错(还没链接),提示 ostream_withassign 没有define有点没想明白,cout是如何编译过去的?