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...
Anybody,Please reply to my post as early as possible. It is an urgent, please help me.
Please Note: stukA's suggetion is not compiled under MFCAppWizard.exe(the reason is indicated in my previous post). If you do not understand my problem please don not hesitate to contact me.
My advance...
Hello
The class String is not support to MFC application.
when I copied your code and paste within the onDraw()
member function under CView class(MFCWizardApp.exe), It showed 23 errors and type vecotor,String and ifstream are not accepted("undeclare error" message). ifstream is used...
Hey, Try this Book:
Practical Visual C++ 6
Fonatathan Battes
Timothy Tompkins
Publist at:
Prentice-Hall of India
New Delhi -110001
2000
ISBN: 81-203-1639-8
Bye for now,
Sabakrish
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.