V
Vicent Giner-Bosch
Sorry for asking about the same subject again, but I am a bit lost.
I would like to ask you about standard or usual ways to manage with
files or strings, specially when getting input data and writing output
from an algorithm.
I mean: which structures, data types or classes? Which standard ways
to read/write from/on files?
I've read some tutorials that deal the standard C I/O and string
(string.h) libraries, but specially when managing strings, I am a bit
lost: Are there methods or functions to get substrings from a string,
or to take "spaces" ("blanks") away (a typical "wrap" function)??
About reading data from a text file, I think this is called "parsing".
Is there any "parsing" library???
Sorry if my questions are too naive, but I am a beginner.
Thank you very much in advance!
I would like to ask you about standard or usual ways to manage with
files or strings, specially when getting input data and writing output
from an algorithm.
I mean: which structures, data types or classes? Which standard ways
to read/write from/on files?
I've read some tutorials that deal the standard C I/O and string
(string.h) libraries, but specially when managing strings, I am a bit
lost: Are there methods or functions to get substrings from a string,
or to take "spaces" ("blanks") away (a typical "wrap" function)??
About reading data from a text file, I think this is called "parsing".
Is there any "parsing" library???
Sorry if my questions are too naive, but I am a beginner.
Thank you very much in advance!