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

    Best GUI with C++ ?

    What is the best way to create a GUI with C++ (or another language in addition to)? Thanks in advance! It's ok to ask questions, the only bad questions are the ones not asked.
  2. pauiel

    Saving?

    How would you save a program? I'm wanting to make a game, but how do I do the coding for saving the game so it could be continued later?
  3. pauiel

    DirectX / C++ problem

    I'm new to both languages(C++ and DirectX), and I was putting the code from the book I got into my compiler. (Not the book actually, but it was from the CD that came with the book, so the code is accurate). The compiler puts up these warnings/errors: In member function 'BOOL Warning/passing...
  4. pauiel

    Visual Basic and C++...Can they be combined???

    Visual Basic and C++...Can they be combined???
  5. pauiel

    Visual Basic and C++...Can they be combined???

    Visual Basic and C++...Can they be combined??? Does anyone know, and if you do, please tell me how to do it.
  6. pauiel

    Tic-Tac-Toe. Artificial Intelligence?

    How'd I put Artificial Intelligence into my Tic-Tac-Toe game I'm making. I know that the response from the computer has to be better than randomness, so how do I do that? What's a good way of learning A.I. ?
  7. pauiel

    How do I make a download?

    I have a file I want to have available for users to download. How do I put it up on my site? And what is the code for that?
  8. pauiel

    Time?

    Is there a C++ command that can be used as a timer?
  9. pauiel

    Any good way to start developing games?

    Any good way to start developing games?
  10. pauiel

    Is Direct X for a game programmer?

    Is it possible that I could use Direct X to help me program games(graphics)?
  11. pauiel

    "Windows Game Programming for Dummies" is it in C++ or C?

    I'm learning C++ and I want a book to teach me Game programming, is Windows Game Programming for Dummies written in C++ or C?
  12. pauiel

    Are there any good books on Beginning Game programming?

    Are there any good books on Beginning Game programming (in C++)?
  13. pauiel

    Is there a way to "pause" a for loop until input?

    Is there a way to "pause" a for loop until input? -Daniel
  14. pauiel

    Any other way than cin.get( ) ???

    I'm just beginning C++, so don't get mad at me if the answer is obvious :-) I would like to know if there is another way to keep a program going (possibly until a certain key is hit) than using a cin.get() command. Any solutions? -Daniel

Part and Inventory Search

Back
Top