Showing posts with label cases. Show all posts
Showing posts with label cases. Show all posts
Friday, January 4, 2013
Thursday, January 3, 2013
Wednesday, January 2, 2013
functions inside switch cases
Why is it having a problem running my function?
The function is implemented correctly.
Origanaly I had the funcion return an 'int' but then changed it to return 'void' and it still gave me the same error.
Re: functions inside switch cases
please, expound. I cant find an example how to implement a function, all of the examples have the following:
...
case Play:{
//do something
break;
}
...
Subscribe to:
Comments (Atom)










