1
I have the following list of numbers loaded from a table, and is separated by the character "|":
40 |16000|20|311258|3
40 |17000|20|857392|5
50 |18000|90|528777|1
60 |19000|20|917336|3
60 |20000|20|850348|3
60 |21000|90|72598 |4
100|36000|20|157884|2
100|37000|20|550902|1
10 |1000 |50|932557|1
10 |2000 |50|410520|1
I want to pass this data to a vector from that TXT file.
https://answall.com/questions/92567/ler-todo-conte%C3%Bado-de-a-text-file
– mercador
What type of vector??? why can each line be placed on a vector or each line representing each position?
– novic