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 Wanet Telecoms Ltd 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. denisfinn

    Making a Post.php page

    ok, how do you put that script into an html page? <html> <body> <whatgoeshere> history.go(-1); </whatgoeshere> </body> </html> Thanks DF
  2. denisfinn

    Making a Post.php page

    can you write that out all the way....i don't know anything about javascript or how to go into it. but won't that not work if they have their history stuff off?
  3. denisfinn

    Making a Post.php page

    I'm trying to make a page that after a submit button is pressed on say index.php it goes to post.php. from here i want the post.php to go to the previous page, which in this case is index.php. i can easily do this the hardcoded way where i simply tell it to go back to "index.php", but i want...
  4. denisfinn

    apache passwords?

    ok, once i make the password then how do i get into mysql?
  5. denisfinn

    apache passwords?

    Hola, I just got Apache2Triad running (apache/mysql/php). I don't know any of the default passwords or if there even are ones. Could someone please guide me through how to change the passwords? Thanks DF
  6. denisfinn

    simple game source

    well i guess.... is there one that works both on linux and windows? I do a lot of work on linux too. I have not worked with either of these parts of programming before. thanks
  7. denisfinn

    simple game source

    can someone give me the source of a simple game like pong, tetris, or chess. i just cannot picture how to make a game with c++ thanks :)
  8. denisfinn

    saving, writing, and opening files

    thanks man!
  9. denisfinn

    saving, writing, and opening files

    i'm not sure if i'm way over my head but.... could someone tell me what is needed to be able to create files from a c++ program.... for example: write a program that takes input and then can save to file.txt i don't think this should be too hard to do.... also i'd love to be able to open...
  10. denisfinn

    game?

    aight thanks!
  11. denisfinn

    c++ setup

    yeah someone had told me the second way was the correct way and i got worried when it wouldn't compile can anyone recommend a book for C++? i've been using Sam's Teach Yourself C++ in 24 Hours and I'm beginning to think that it may not be so good for a learner.... thanks!
  12. denisfinn

    game?

    thanks a ton man! i'm on a linux box, what do you suggest for a &quot;type&quot; i guess.....mfc?
  13. denisfinn

    game?

    hello, I was wondering what kind of c++ skill it would take to make a simple game like tic tac toe or chess(???) with just G++ (linux c++ compiler). I would like to know what kind of things are involved with games, because I cannot seem to figure out how to make one.....I guess I don't know...
  14. denisfinn

    c++ setup

    hey all! the normal way i set up c++ programs is: #include <iostream> int main() { return 0; } someone told me that I should be doing: #include <iostream> VOID main() { return 0; } the difference being void in the second one. can someone tell me the true way? (or best)
  15. denisfinn

    simple simple simple pathetic question

    um...you don't have to type &quot;using std::string;&quot; it works with it and without it :). Thanks, Denis
  16. denisfinn

    MSDN 2003 working with Visual Studio 6.0a

    which is better? VC++ or the NET one? denis
  17. denisfinn

    simple simple simple pathetic question

    muchas gracias :), denis
  18. denisfinn

    simple simple simple pathetic question

    what's the #include to get a string? like say I wanted a user to input their name. That would be the string. What is the #include to get that? Thanks, Denis
  19. denisfinn

    how to use directx

    i want to be able to make my own game. I was reading a tutorial (which i didn't understand), but it suggested starting by making a simple game. It thinks Tetris is easy i guess...because that's what it told me to make, but it never said ne thing as to how or give me instructions as to make the...
  20. denisfinn

    how to use directx

    grr....this seems too complicated. I guess I will eventually use it but I am not good at c++ at all. I just barely think I know what a class is. Would you think I am good enough to start doing this? Thanks, Denis

Part and Inventory Search

Back
Top