sasa

Nov 1, 2015 at 4:52am
sfssdf
Last edited on Nov 1, 2015 at 11:47pm
Nov 1, 2015 at 7:11am
Your main function makes no sense to me.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
int main(void)
{
    int StartA;
    int bet;
    int s1;
    int s2;
    int s3;
    int TypeW;
    int Winnings;
getStartInput (&StartA);
betInput (int* bet, int StartA);
SlotRolls(&TypeW, &s1, &s2, &s3);
WinningsCalculations(&Winnings, &StartA, &bet, &TypeW);
PrintSlot (&StartA, &bet, &Winnings, &s1, &s2, &s3, &TypeW);
    return 0;

}



Outside of the errors, I cannot read what you are attempting to do.
What is the specification of the problem you are trying to solve?
Can you post your instructions? or just the thing you think you need help with?
Topic archived. No new replies allowed.