C
cyberfire451
I'm fairly new to C++ and have a question.
I'm wodering if there is a way to only read a certain column within a
file. For example:
I have a file with this structured format, (it's just a text file)
David Politzer X A
to test a value I want to read in the X and not the rest. Any help
would be appreciated. Note this is for and entry level C++ class and
the help should be oriented to help me understand better.
I'm wodering if there is a way to only read a certain column within a
file. For example:
I have a file with this structured format, (it's just a text file)
David Politzer X A
to test a value I want to read in the X and not the rest. Any help
would be appreciated. Note this is for and entry level C++ class and
the help should be oriented to help me understand better.