Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/22/11 22:50
Read: times


 
#181249 - case 10: return 0x30;
Responding to: ???'s previous message
Q. Please suggest how to come out of this error.

if mychar is declared const then "case 10: mychar=0;" is a challenge.

use:
"case 10: return 0x30;"
instead


List of 5 messages in thread
TopicAuthorDate
const function parameter declaration -2            01/01/70 00:00      
   call by value            01/01/70 00:00      
   Overloaded function            01/01/70 00:00      
      No overloading in C            01/01/70 00:00      
   case 10: return 0x30;            01/01/70 00:00      

Back to Subject List