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 TouchToneTommy 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: *

  • Users: sabakrish
  • Content: Threads
  • Order by date
  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

    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