Guys thanks a lot for your quick answer and you were rigth about the C program it was easier and simpler
#include <stdio.h> main() { int c, i = 1; while (i <= 100){ c = getchar(); putchar(c); i++; } }
In reply to Re^2: Need to read certain number of chars in a file
by ranrodrig
in thread Need to read certain number of chars in a file
by ranrodrig
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |