Search:

Type: Posts; User: Magriep

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,157

    ok thanks, i have to understand pointers better...

    ok thanks, i have to understand pointers better so things like this won't happen again.
  2. Replies
    2
    Views
    1,157

    Players don't change

    Ok I have a Tic Tac Toe game, and I just changed the structure of it and it won't alternate between players. It switches in the function, but the player doesn't change when the loop starts over. ...
  3. Displaying a seperate bitmap for each menu button

    Ok, I have a menu and when the menu button is pressed I want a bitmap to appear for each bitmap. here is what i have s far:

    switch(LOWORD(wparam)) // The LOWORD(wparam) will equal the "identifier"...
  4. Replies
    5
    Views
    1,464

    What might the starting .dat file look like?

    What might the starting .dat file look like?
  5. Replies
    5
    Views
    1,464

    High score question

    here's the code I have now:


    #include <iostream.h>
    #include <stdlib.h>
    #include <time.h>
    #include <conio.h>
    int rand(void);

    int main()
  6. Replies
    7
    Views
    1,140

    here's my current code: #include...

    here's my current code:


    #include <iostream.h>
    #include <stdlib.h>
    #include <time.h>
    #include <conio.h>
    int rand(void);

    int main()
  7. Replies
    7
    Views
    1,140

    Ok thanks, now I have another question since it's...

    Ok thanks, now I have another question since it's now finished and I want to modify it. How would you have a high score stored?
  8. Replies
    7
    Views
    1,140

    First program. Need help.

    I know this is one of the simplest programs ever, but I need help because I'm new to C++.



    #include <iostream.h>
    #include <stdio.h>
    #include <stdlib.h>

    int main()
    {
Results 1 to 8 of 8