开发平台(Platform): (Ex: VC++, GCC, Linux, ...)
Code::Blocks
C
额外使用到的函数库(Library Used): (Ex: OpenGL, ...)
#include <stdio.h>
#include <stdlib.h>
问题(Question):
想从txt档读取资料、可是跑到第27行就会出现错误讯息..
不知道为什么、读到的第一行资料是错误的?
喂入的资料(Input):
a 1 600 615 77
a 1 620 655 85
b 0 710 755 80
b 1 720 805 55
....近200行资料
预期的正确结果(Expected Output):
印出所有档案数字
错误结果(Wrong Output):
出现错误讯息爬文后好像是因为内存的关系?该如何避免?
调整数据强制在25行跳出读取循环、但是读入的第一行资料是错的(后面没错)
变成这样>> a 122 122 122 122
程式码(Code):(请善用置底文网页, 记得排版)
http://ideone.com/IDiurr
补充说明(Supplement):