Topic awaiting preservation: All about read/write from files (.txt) |
|
---|---|
Author | Thread |
Maniac (V) Inmate From: Switzerland |
posted 06-26-2002 09:04
do do guy's know any good ressource for my |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 06-26-2002 09:14 |
Maniac (V) Inmate From: Switzerland |
posted 06-26-2002 09:28
hi max code: ***********************************
|
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 06-27-2002 08:37
You should read file line by line, using fgets() function and look for lines that begin with the separator '##'. Everything between separators, you should add to an array, for example, or print directly (depeding whether you want to do some fancy formatting later or not) |