Closed fuyang940705 closed 11 years ago
while (infile.good())这句话在vs2010上永远都是错的。我在devC++上测试是对的。 怎么回事? 好像是vs2010 不能 infile.get(),还是我把file.in的位置放错了,VS找不到?
In vs2010, the file.in should be put it the place where your sln file been located.
file.in
--.. --- yourproject.sln --- file.in
Thx !! I put fili.in together with main.cpp before.
while (infile.good())这句话在vs2010上永远都是错的。我在devC++上测试是对的。 怎么回事? 好像是vs2010 不能 infile.get(),还是我把file.in的位置放错了,VS找不到?