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

  1. pauiel

    Object Scope

    I'm not 100% sure, but you might try this: <script1> var object1 = objectdefinition(); </script1> <script2> document.object1.method1(); </script2> (with the 'document.' added to "script2" from your original) If you need any further help just ask and I'll do my best. It's ok to ask...
  2. 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.
  3. 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?
  4. 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...
  5. pauiel

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

    Visual Basic and C++...Can they be combined???
  6. 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.
  7. 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. ?
  8. 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?
  9. pauiel

    Time?

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

    Any good way to start developing games?

    Any good way to start developing games?
  11. pauiel

    Help getting started

    Hi, I recently started C++ myself, but I don't have a background in C. I've heard that it's hard to go from C to C++ (you may have to 'unlearn' some things), but if you have that much experience I'm sure you can master C++. I know that there is a good, free (yes good and free!) compiler you...
  12. pauiel

    Is Direct X for a game programmer?

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

    &quot;Windows Game Programming for Dummies&quot; 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?
  14. pauiel

    Are there any good books on Beginning Game programming?

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

    Is there a way to &quot;pause&quot; a for loop until input?

    Is there a way to &quot;pause&quot; a for loop until input? -Daniel
  16. 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