H
hari4485
I'm a C proram which is used to read datas from a table in
text format and compare with another table in the same format. and we
have to highlight the value or mark the value to show the difference.
the procedure is as follows.
dd mm yy hr mn sc nr nf1 nf2 ng1 T451 T452 Q1 Q2 SFA
12 03 06 08 25 20 595 76 9 8 87 56 09 43 On
12 03 06 08 35 14 76 09 89 87 5 47 87 98 OFF
Both table are the same except that the values changes.
The data in table A is a standard. and that of table B is current data.
As you can see that both tables have time and date. I have to take the
values of the parameters from both the tables at an approximately equal
time and compare it. If the values of table B is < or equal to the data
in table B. then it's O.K. But if it exceeds then I need that data in
Table B to be marked or highlighted.
The no of rows are unlimited. and that of columns are the
same as shown in the format.
Both the tables are of the same format - meaning the columns
order does not change. The Dead lline for this project is 23rd of this
month. I tried to compare it by getting each character from the
file.But when Marking or highlighting the output is wrong.
Kindly help me with this program as soon as possible. Thank you.
Yours
Harinath
text format and compare with another table in the same format. and we
have to highlight the value or mark the value to show the difference.
the procedure is as follows.
dd mm yy hr mn sc nr nf1 nf2 ng1 T451 T452 Q1 Q2 SFA
12 03 06 08 25 20 595 76 9 8 87 56 09 43 On
12 03 06 08 35 14 76 09 89 87 5 47 87 98 OFF
Both table are the same except that the values changes.
The data in table A is a standard. and that of table B is current data.
As you can see that both tables have time and date. I have to take the
values of the parameters from both the tables at an approximately equal
time and compare it. If the values of table B is < or equal to the data
in table B. then it's O.K. But if it exceeds then I need that data in
Table B to be marked or highlighted.
The no of rows are unlimited. and that of columns are the
same as shown in the format.
Both the tables are of the same format - meaning the columns
order does not change. The Dead lline for this project is 23rd of this
month. I tried to compare it by getting each character from the
file.But when Marking or highlighting the output is wrong.
Kindly help me with this program as soon as possible. Thank you.
Yours
Harinath