1.错误 1fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory c:\documents and settings\administrator\my documents\visual studio 2005\projects\as\as\stack.h 1
将 #include<iostream.h> 改为 #include<iostream>
posted on 2009-03-30 15:23 alon 阅读(140) 评论(0) 收藏 举报