Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sabakrish

    Hi, all I have created a simple wi

    Hi, all I have created a simple win32 Application program as given below: #include<afxwin.h> class myframe:public CFrameWnd { public: myframe() { Create(0,&quot;Hello MFC&quot;); } }; class myApp:public CWinApp { int Initlnstance() { myframe *p; p=new myframe; p->ShowWindow(3)...
  2. sabakrish

    (Urgent pls Help)Finite element method using VC++

    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...
  3. sabakrish

    CFile Reading

    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...
  4. sabakrish

    CFile Reading

    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(&quot;undeclare error&quot; message). ifstream is used...
  5. sabakrish

    books on visual c++

    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
  6. sabakrish

    CFile Reading

    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...

Part and Inventory Search

Back
Top