April 8th, 1999, 05:55 PM
Hello, I have done a course in VC++. I have been offered a project to be done in this language. The project is lie this. The format of certain data has to be changed to a different one to suit the needs and access it. The input file contains
pelvis
Chest
head
resultant
X-comp
Y-comp
Z-comp
0.00000E+00 (This indicates the time instant)
4.59 -8.68 1.582 -4.5
2.3 1.67 2.13 -1.386
3.944 -2.022 -2.24 -2.553
1.0000E-01
1.6 -1.8 1.402 -1.26
etc.
The format has to be changed to;
Time pelvis-res pel-x pel-y pel-z chest-res che-x che-y che-z ......
0.00 4.59 -8.68 1.58 -4.5 2.3 1.07 2.13 -1.386
1.0 1.6 -1.08 etc etc.......................
Please someone help me with this. I have a short deadline.
pelvis
Chest
head
resultant
X-comp
Y-comp
Z-comp
0.00000E+00 (This indicates the time instant)
4.59 -8.68 1.582 -4.5
2.3 1.67 2.13 -1.386
3.944 -2.022 -2.24 -2.553
1.0000E-01
1.6 -1.8 1.402 -1.26
etc.
The format has to be changed to;
Time pelvis-res pel-x pel-y pel-z chest-res che-x che-y che-z ......
0.00 4.59 -8.68 1.58 -4.5 2.3 1.07 2.13 -1.386
1.0 1.6 -1.08 etc etc.......................
Please someone help me with this. I have a short deadline.