Input Validatiion HelpYour while loop iterates whenever your character is invalid, and you never change it away from the i...
School Code, Base ConversionsTry this: Declare this array in getanint() or in main or whatever: [code]char digits[16] = { '0', ...
Array errors?[code]left = right[/code] assigns the object [code]right[/code] to the object [code]left[/code]. Obj...
What is &screen->clip_rect?I'm not sure so you might want to check yourself, but I think the right arrow operator (->) binds st...
RPN Calculator not workingThat's not a valid expression by the way. You're left with 2 separate values at the end. Either add ...
This user does not accept Private Messages