Thread: Inventory, text game

  1. #46
    Linux Forever
    Join Date
    Oct 2002
    Posts
    373
    LOL Whats your best program/game?
    This war, like the next war, is a war to end war.

  2. #47
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    Originally posted by Blizzarddog
    LOL Whats your best program/game?
    Hm, well i haven't made any games\programs, only test things.
    But i plan to do a nice 3D game using OpenGL soon....

  3. #48
    Linux Forever
    Join Date
    Oct 2002
    Posts
    373
    Oh... how much C++ do you know??
    This war, like the next war, is a war to end war.

  4. #49
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    Originally posted by Blizzarddog
    Oh... how much C++ do you know??
    Quite some bit, but i haven't done much on the advanced
    aspects simply because i don't need them yet. I'm focussing on
    Game Programming wich, at the state i'm right now, doesn't
    require Polymorphism or Abstraction. I will get into it
    as soon as it will be required.

  5. #50
    Linux Forever
    Join Date
    Oct 2002
    Posts
    373
    Uh-huh
    This war, like the next war, is a war to end war.

  6. #51
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    Originally posted by Blizzarddog
    Uh-huh
    I'm imagening a drooling person with a dumb look on his face,
    How come?

  7. #52
    Linux Forever
    Join Date
    Oct 2002
    Posts
    373
    uhm *Sucks up some slobber* i dont know.. lol. I make programs.. i created several non-useful databases.. you know, dog breed, dog flea count, dog weight. *Slaps dumb look off face*
    This war, like the next war, is a war to end war.

  8. #53
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    Originally posted by Blizzarddog
    dog breed, dog flea count, dog weight.
    Sounds like a struct...

    Code:
    typedef struct dog
    {
    string breed;
    int flea_count;
    int dog_weight;
    }
    Yahoo, i'm now officially a Blizzarddog qualified programmer!

  9. #54
    Linux Forever
    Join Date
    Oct 2002
    Posts
    373
    Okay, yea i use structs, i cant do classes...... But i do need to learnd indows API, even my MSVC++ Doesn't compile copied programs... whats wrong!?!?!?
    This war, like the next war, is a war to end war.

  10. #55
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    Congrats! You just qualified to thread bumper!
    Post the not-running code.

  11. #56
    Linux Forever
    Join Date
    Oct 2002
    Posts
    373
    Hey, i just saw your post from a while back and replied.... I need the info!

    Code:
    #include <windows.h>
    #include <tchar.h>
    #include "resource.h"
    
    BOOL MainDialogProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
    {
    return FALSE;
    }
    
    int _tmain(void)
    {
    DialogBoxParam(GetModuleHandle(NULL), MAKEINTRESOURCE(IDD_DIALOG1),
    NULL, (DLGPROC)MainDialogProc, 0);
    return 0;
    }
    Something with the closing '}'
    This war, like the next war, is a war to end war.

  12. #57
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    What the hell? This code won't run in a hundred years!

    PS: Nowhere a wrong '{' or '}' to be seen.

  13. #58
    Linux Forever
    Join Date
    Oct 2002
    Posts
    373
    Oh yea, if thats your lame attempt a a joke...... You should try MSCV++ MSDN Library insults... not Human...
    This war, like the next war, is a war to end war.

  14. #59
    Linux Forever
    Join Date
    Oct 2002
    Posts
    373
    Whats wrong with it? I copied it from www.sunlight.org or .com or what ever it is..... lemme think....... oh yeah its http://sunlightd.com/Windows/GUI/DialogBoxes.html
    It said in MSVC++, start a new WIN32 App, and it will compile, i have the headers and every thing.
    This war, like the next war, is a war to end war.

  15. #60
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    Originally posted by Blizzarddog
    Whats wrong with it? I copied it from www.sunlight.org or .com or what ever it is..... lemme think....... oh yeah its http://sunlightd.com/Windows/GUI/DialogBoxes.html
    It said in MSVC++, start a new WIN32 App, and it will compile, i have the headers and every thing.
    Yeah, You posted only the first part of the code on the first
    page . What joke do you mean BTW?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help with my text adventure game.
    By Haggarduser in forum Game Programming
    Replies: 15
    Last Post: 10-26-2007, 01:53 AM
  2. New Project, text game, design stage.
    By Shamino in forum Game Programming
    Replies: 9
    Last Post: 05-23-2007, 06:39 AM
  3. Text adventure engine idea. thoughts?
    By suzakugaiden in forum Game Programming
    Replies: 16
    Last Post: 01-15-2006, 05:13 AM
  4. My Memory Game
    By jazy921 in forum C Programming
    Replies: 0
    Last Post: 05-05-2003, 05:13 PM
  5. My Pre-Alpha Version Rpg Text Game
    By knight543 in forum C++ Programming
    Replies: 1
    Last Post: 04-06-2002, 06:02 AM