Forum: C++ Nov 17th, 2006 |
| Replies: 7 Views: 3,404 Sorry for not being very clear but let me try to explain.
1. First I search for the pattern keyword. The number of times that keyword comes up, that I take as the number of columns.
2. Then I again... |
Forum: C++ Nov 16th, 2006 |
| Replies: 7 Views: 3,404 Hi
Thanks for your reply. Actually the input is slightly different (sorry for interpreting the previous as same as this one)
pattern1
SAF 10 1 10
CLB 20 18 10 11
pattern2
SAF 20 1 10 11 |
Forum: C++ Nov 16th, 2006 |
| Replies: 7 Views: 3,404 Thats the main problem I am facing. I have to read as to how many times the heading thing is coming and based on that I have to decide the number of columns. Then I have to get the number of rows... |
Forum: C++ Nov 15th, 2006 |
| Replies: 7 Views: 3,404 Hi
I have a text file which has 4 heading which will constitute the number of columns and based on values an array has to be populated. To give a clear picture it is as:
input text file looks... |