i need to get the elements of a file,elements are separeted by tab.
suppose myfile.txt
2.389 .809 .320 . .
.
.
i need to get it into
like
b[1][]=2.389
b[2][]=..809
b[1][]=.320
.
.
.
etc
plz help me by sending code in c++.
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 7 of 7
Thread: indexed bufferThreaded View
|
Click Here to Expand Forum to Full Width |