Hi,every body,
I am working with MFCAppWizard.exe application. Now I have a problem in reading a data file. My data file is of the form:
100 300
400 500
400 700
250 500
... ...
... ...
suppose that the two coloums in the data file represents x and y coordinates respectively.
problem:
while reading this data file I have to store in two different arrays, say x[],y[].???
adn I have to plot a graph using these coordinates.
plesase let me know how to do this.As early as possible.
Advance thanks
sabakrish
I am working with MFCAppWizard.exe application. Now I have a problem in reading a data file. My data file is of the form:
100 300
400 500
400 700
250 500
... ...
... ...
suppose that the two coloums in the data file represents x and y coordinates respectively.
problem:
while reading this data file I have to store in two different arrays, say x[],y[].???
adn I have to plot a graph using these coordinates.
plesase let me know how to do this.As early as possible.
Advance thanks
sabakrish