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

    adding the operator >> to my class

    Hi everyone, I'm not a C++ guru and so would need a little help please ! For 3D matters, I created a class vertex3D: class vertex3D { public: float verX; // x coordinate float verY; // huh :) float verZ; ... As I save the coordinates in a file, I added the operator << to my class...
  2. Kudjat

    modify xml data from a web page ?

    Hi everyone :) I was just wondering: what do I need to change the content of an XML file from some sort of form placed in a web page ? Thanks
  3. Kudjat

    OpenGL + MFC ??

    Hi, I'd like to built a program to design my levels (working on a game engine), but I'd need to add controls elements next to the 3D window. Is there a way to make OpenGL and MFCs work together ? (I'd rather not use the glui user interface, too messy and there are fewer controls) thks :)

Part and Inventory Search

Back
Top