CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: exiledgolem

Search: Search took 0.01 seconds.

  1. Re: For those who love horror games: Check out "Amnesia"

    Well since I'm 22, as a kid my dad introduced me to a game called Sanatarium like from 1999. Amazing amazing amazing game. Very very akward, disturbing game with great atmosphere at the time. I...
  2. Replies
    4
    Views
    6,068

    My first BIG project.

    I have a couple questions starting off on something for my wife.

    First my background though.

    I have taken multiple web design classes. Never really used asp.net before. I have a pretty good...
  3. Replies
    25
    Views
    8,877

    Re: My new GoFish thread.

    Actually Paul I was able to fix my problem without the use of returning a container (thankfully).
    I reread my logic a million times and I guess I was just going about it wrong. I finally came up...
  4. Replies
    25
    Views
    8,877

    Re: My new GoFish thread.

    Thank you for the great advice. I was thinking this, and it's not REALLY tightly integrated with it. I actually plan to move all the classes to header's and make just an input header to seperate...
  5. Replies
    25
    Views
    8,877

    Re: My new GoFish thread.

    Yeah, I implemented it. It helped a lot. Thanks for the advice. I've come into another problem though. Streams.. gosh those streams.. just getting correct input.. I've finally got it down.. but I...
  6. Replies
    25
    Views
    8,877

    Re: My new GoFish thread.

    Well everyone.. I'm FINALLY FINALLY FINALLLyyyyy finished with the whole program.

    There are a lot of improvements I'm going to make to it.
    But the program is finally functional and error prone....
  7. Replies
    25
    Views
    8,877

    Re: My new GoFish thread.

    It was originally done using popback and I only found out I made more problems by doing with popfront etc, so I changed it back last night. You're right about the vector, but I could only use a...
  8. Replies
    25
    Views
    8,877

    Re: My new GoFish thread.

    yeah I thought I was going crazy there for a second...
    I actually deleted my modified shuffle routine ... and tried random_shuffle again.. to no avail ...
    it was like.. NOOOO OMG >__________<...
  9. Replies
    25
    Views
    8,877

    Re: My new GoFish thread.

    UGH, I FORGOT... I feel so dumb. BTW, I JUST figured out my problem... I forgot the erase function.. when you say i = ***.erase(blah), it automatically moves the iterator to the next position... so I...
  10. Replies
    25
    Views
    8,877

    Re: My new GoFish thread.

    Thanks for the comments.

    As for the random_shuffle routine... I use lists, and it's not available for lists? Unless I'm just missing it when I type in Deck.Contents....it's just not there.. You...
  11. Replies
    25
    Views
    8,877

    Re: My new GoFish thread.

    thank you all , I found out it was such a simple fix

    before code..


    void Player::PickupCards(const int NumberOfCards) // pickup a certain amount of cards from our global deck
    {
    ...
  12. Replies
    25
    Views
    8,877

    My new GoFish thread.

    Well... long story short I had another thread about a month ago ? maybe a little later.. I went through the design process like.. 10 times and now I think I finally have my final design pretty pat.. ...
  13. Replies
    14
    Views
    6,330

    Re: My GoFish Program

    well actually monarch I didn't even know what an iterator was ... I've heard of them, I didn't know they were pretty much standard now for everything you do. Yes, you did mention from the back, and...
  14. Replies
    14
    Views
    6,330

    Re: My GoFish Program

    yeah, I was mainly just saying it for the sake of the people who have been following all along. I'm suprised none of you mentioned that sooner. I know you said there were more mistakes, but nothing...
  15. Replies
    14
    Views
    6,330

    Re: My GoFish Program

    for ANYONE thinking about using vectors, and using them to insert and erase data constantly, I suggest you using a list instead.... it seems like I found the new bug out in my code. Taken directly...
  16. Replies
    14
    Views
    6,330

    Re: My GoFish Program

    Thanks GNiewerth! VERY helpful...
    I'm going to need to take a closer look at it to understand it a little better.
    I'm guessing I'm confused on the struct constuctor? I'm guessing that is what it...
  17. Replies
    14
    Views
    6,330

    Re: My GoFish Program

    thank you for your suggestion, I've made a lot of fixes to the program
    and that would be awesome help, if you could provide an example of that operator that would be awesome... I'll probably end up...
  18. Replies
    14
    Views
    6,330

    Re: My GoFish Program

    THanks again for your help, I didn't know the bloodshed IDE was out of date...
    I'll come back if I have any questions, I'm going to try to rework most the algorithms
    to include some of your...
  19. Replies
    14
    Views
    6,330

    Re: My GoFish Program

    thanks for all the wonderful suggestions, but my main problem wasn't with the simplifying of the code, even though I did ask for help
    I was more curious as to why the program was crashing, I...
  20. Replies
    14
    Views
    6,330

    My GoFish Program

    Seems like there is a bug in it, and I can't really find out where. I'm not even sure if my algorithms are the best way of going about things but any help would be awesome.
    It seems like my bug...
Results 1 to 20 of 20





Click Here to Expand Forum to Full Width

Featured