Hi, all
I have created a simple win32 Application program as given below:
#include<afxwin.h>
class myframe:public CFrameWnd
{
public:
myframe()
{
Create(0,"Hello MFC");
}
};
class myApp:public CWinApp
{
int Initlnstance()
{
myframe *p;
p=new myframe;
p->ShowWindow(3)...
Hi, (Experts in VC++)
1:Help
If any body know about the Finite Element
Method its source code in using VC++. If you heard about it,please contact me and give the informations. If there is any webside address on this matter let me know please.
2. Problem on data file reading:
Please instruct...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.