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!

Recent content by Kudjat

  1. Kudjat

    adding the operator >> to my class

    thanks ! I just found the same error and it works :) I tried first with the istream, then tried with the ifstream to see if it would work, but forgot to re-declare correctly the function definition. sorry for my mistake and thanks again ;)
  2. 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...
  3. Kudjat

    modify xml data from a web page ?

    oki, thanks a lot ! So I'll have a look on the languages you specified above. Thanks again !
  4. Kudjat

    modify xml data from a web page ?

    Thanks for helping me ! During an interview for a CG programmer position, the recruiter noticed I had good skills in XML, and talked to me about a project he was planning: a sort of multi-player online game (not many players I think), on internet. The "game" would be limited to a little circle...
  5. 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
  6. Kudjat

    OpenGL + MFC ??

    thanks :) I'll have a look on these
  7. 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 :)
  8. Kudjat

    dynamic bitmap manipulation (in C, in win32)

    first of all, hi everyone as this is my first post. I hope you won't get angry at my English, as this is not my first language. I'm not sure if this is what you're asking, but I made a very basic game (uni assignement, no time :) ) with VC6.0 and DirectDraw 8.0 (easier). To sum up, it's a...

Part and Inventory Search

Back
Top