kirti.1127
- 10
- 0
C\C++ help needed URGENT!
I need help in C program
I have to write a c/C++ progam to read a particular column in a .txt file.
like
23.40 90.46 -129.8 -0.3
22.51 90.91 11.7 7.6
22.51 91.35 11.3 -0.0
22.06 90.46 29.1 7.8
22.06 90.91 -12.6 3.8
22.06 91.35 -49.2 -29.2
22.06 91.80 -28.7 30.6
In the abv file i have to read the third column and write in the separate .txt file.
I need help in C program
I have to write a c/C++ progam to read a particular column in a .txt file.
like
23.40 90.46 -129.8 -0.3
22.51 90.91 11.7 7.6
22.51 91.35 11.3 -0.0
22.06 90.46 29.1 7.8
22.06 90.91 -12.6 3.8
22.06 91.35 -49.2 -29.2
22.06 91.80 -28.7 30.6
In the abv file i have to read the third column and write in the separate .txt file.