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 MikeeOK 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: ITHODVGK
  • Content: Threads
  • Order by date
  1. ITHODVGK

    MFC - GetPixel Doesnt Work - HELP!

    In an SDI application I created a new Class, say, CTest. In one of the member functions of CTest I included the following code - void CTest::SomeFunc(...) { ... int x; int y; ... CFrameWnd* pFrame = (CFrameWnd*)(AfxGetApp()->m_pMainWnd); CMyAppView* pView...
  2. ITHODVGK

    Creating Independant Objects

    I have devised a new Flood Filling Algorithm but it seems to have a problem... I have created a class Spawn ... typedef enum DIR { HORZ, VERT } DIRECTION; class Spawn { public: Spawn(void); virtual ~Spawn(void); int x; int y; DIRECTION d; Spawn(int x, int y, DIRECTION d...

Part and Inventory Search

Back
Top