由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - C programming: jump to the next n line
相关主题
A PHP programmer is invited to join a stock research group (转载)C语言大文件如何得到文件大小?
clojure的书那本好 适合学习?A C++ puzzle for me
How to encode YYYY-MM-DD?请教一个fseek和_fseeki64的问题
stack traceC的问题,困惑中
How to check the virtual function table size?Question about data member offset
高手看看,这个define是用来干什么的?Any one works in Intel for 64bit asm ? (转载)
一道面试题问个GDI+的问题。。
linux 文件大小的问题A tough pointer concept
相关话题的讨论汇总
话题: line话题: next话题: jump话题: lseek
进入Programming版参与讨论
1 (共1页)
s****n
发帖数: 700
1
how can I just to the next n line using C.
I can't create a index for the file. And I can't use lseek because the
offset is pretty random.
thank yo.
t****t
发帖数: 6806
2
老有人问这个...读N行.

【在 s****n 的大作中提到】
: how can I just to the next n line using C.
: I can't create a index for the file. And I can't use lseek because the
: offset is pretty random.
: thank yo.

s****n
发帖数: 700
3
do you mean?
for(i=1, i fgets(line, 1000, fp);

【在 t****t 的大作中提到】
: 老有人问这个...读N行.
X****r
发帖数: 3557
4
你这个有一行太长就错了

【在 s****n 的大作中提到】
: do you mean?
: for(i=1, i: fgets(line, 1000, fp);

s****n
发帖数: 700
5
我以前一直用perl,现在改用C觉得好不顺手阿。

【在 X****r 的大作中提到】
: 你这个有一行太长就错了
s****t
发帖数: 698
6

为什么不能继续用脚本了捏?

【在 s****n 的大作中提到】
: 我以前一直用perl,现在改用C觉得好不顺手阿。
t****t
发帖数: 6806
7
处理文本当然是perl比C容易写100倍了

【在 s****n 的大作中提到】
: 我以前一直用perl,现在改用C觉得好不顺手阿。
1 (共1页)
进入Programming版参与讨论
相关主题
A tough pointer conceptHow to check the virtual function table size?
关于gdb调试c++ template的问题, 设置行号断点有offset高手看看,这个define是用来干什么的?
请大牛们帮忙看一段并行c++代码的效率问题一道面试题
请教一个excel表格插值问题linux 文件大小的问题
A PHP programmer is invited to join a stock research group (转载)C语言大文件如何得到文件大小?
clojure的书那本好 适合学习?A C++ puzzle for me
How to encode YYYY-MM-DD?请教一个fseek和_fseeki64的问题
stack traceC的问题,困惑中
相关话题的讨论汇总
话题: line话题: next话题: jump话题: lseek