all the included variables are defined(i, t, a, b, tmp)
and yet i continue to get the same error that i don't have the expertise to interperet,
what am i doing wrong?
Also, maybe you have to put before the end of main something like cin.get(); once or twice so that the console window doesn't close immediately and you have time to see the output.
thanks so much for the quick reply, knowing me, i could have stared at that for an hour and not noticed anything wrong. and as for cin.get(); you could just use system("pause"); and get a real system pause, circular knowledge exchange is awesome :)