Write your question here.
How can I get C++ place values from a txt file to a 2X8 array with the [2][1] &[3][1] being text values and the rest numerical.
txt files looks like this
M F
3 3
4 4
2.2 2.7
3.2 2.75
3.6 3.7
3.1 2.8
3.5 3.0
So how I can get C++ to get the txt file arranged above.
I can get the file to read the txt file but i simply cannot get the values in the way I want them placed. Also if I may also ask of you to tell me how to select multiple specific values in an array, or just get the numbers from an array and the text values. Thank you so much