Search:

Type: Posts; User: hthought

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,994

    Btw, i would REALLY suggest nehe tutorials if you...

    Btw, i would REALLY suggest nehe tutorials if you are doing opengl. You can find anything that you are looking for there.

    nehe opengl tutorials
  2. Actually i have an old book on C++ that was all...

    Actually i have an old book on C++ that was all about creating a mastermind type game. Can't find it now since i'm not home, but it was a good example of such a game.

    At the code you are looking...
  3. The idea is that you create a loop that waits for...

    The idea is that you create a loop that waits for user input, validates and acts accordingly. I've written a tutorial on how to create a tic tac toe game in c++ which is actually pretty easy and is...
  4. Replies
    5
    Views
    1,296

    Does this help you ? linear searxh linked list...

    Does this help you ?

    linear searxh linked list
  5. Replies
    160
    Views
    1,230,939

    Sticky: There are actually many good books on C. However,...

    There are actually many good books on C. However, i feel that most times you can find just about everything that you are looking for online. What most programmers really want is a good reference and...
  6. Thread: Need help

    by hthought
    Replies
    3
    Views
    992

    A polynomial is an expression like : 3x^2 + 4y...

    A polynomial is an expression like :

    3x^2 + 4y

    The coefficients are the integer parts, meaning 3, 4 here and the exponent is 2 (3x^2).

    So, you should read those pairs and then prove that if...
Results 1 to 6 of 6