开发平台(Platform): (Ex: VC++, GCC, Linux, ...)
Visual Studio 2015
额外使用到的函数库(Library Used): (Ex: OpenGL, ...)
问题(Question):
在副程式中的fseek做指标的位移,永远指向文字档(txt)的开头
喂入的资料(Input):
argv[1]为需过滤文字的文字档=that\n this
argv[2]为文章,有文字需被过滤=this is a book, that is a book.
预期的正确结果(Expected Output):
argv[2]的txt档过滤后为 is a book, is a book.
错误结果(Wrong Output):
因为fseek没有发挥作用(?
导致一直从字首读,会一直增加空白
程式码(Code):(请善用置底文网页, 记得排版)
http://ideone.com/yWJtA9 <