hi all.
i need help...
1.how do i copy a line in a text file into a struct.
2. the text file i have is this:
10 SasonSasoniBenSason 100 100
5 Pinokio 70 90
20 JohnRambo 50 87
3 Elvis 3 77
50 JamesBond 17 1
40 BillGates 91 8
i need to sort it(without using a sort function like buble sort)
how do i refer just to the number(10,5,20) so i can sort them.
i need to sort it into a new text file with out using a temp txt file.
pls help me.