undeclared identifierIf you declare it globally you only need [code]calaverage = calaverage + calarr[i];[/code] wit...
Stack corruption[code]int main() { int main() { system("color 27"); bool cont; ATM myATM = ATM(); do...
DYNAMIC PROGRAMMINGArrays must be declared with a constant size. In your code you are assigning non-constant variables ...
undeclared identifierTo work with your code it needs to be declared globally.
Rainfall StatisticsAfter awhile you begin to recognize errors and what could possibly be causing them. It's really just...
This user does not accept Private Messages