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

Search:

Type: Posts; User: slyslick

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    6,049

    Deck of card class

    I am having trouble with a program I am trying to write and was wondering if I could get some help. I am supposed to use two arrays to store the suit and denomination of cards in a deck.

    const...
  2. Replies
    2
    Views
    491

    Re: Function always returns 0

    I wanna kick myself right now, I've been struggling with this for two days and all I needed was a .0 at the end.

    Thank you very much Russco
  3. Replies
    2
    Views
    491

    Function always returns 0

    I have an issue with a program I am writing for an assignment, I have been trying to resolve it for the past 2 days. My function keeps returning 0 and I dont know why.

    This is my function...
  4. Replies
    6
    Views
    1,938

    Re: While loop only runs once

    i had a ; after the while statement. it gets further nowbut still sticks somewhere. not sure y. i will see if i can resolve this one on my own before i ask for help but thank you guys for your help...
  5. Replies
    6
    Views
    1,938

    Re: While loop only runs once

    I have made the change suggested by VladimirF and also the if statement 4 lines below and now the loop will not execute at all, the program freezes with a flashing cursor.
  6. Replies
    6
    Views
    1,938

    While loop only runs once

    Hello everyone. I am stuck and have an issue that I'm hoping someone will be able to help me with. I'm writing a simple integer calculator that supports addition, subtraction, multiplication,...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured