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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/21/05 12:29
Read: times


 
#99771 - Look and ye shall find!
Responding to: ???'s previous message



void big_delay(void);
void big_delay(void) <----where's the semicolon? Why do the prototype twice?


What is this?

flaoat ahfinal = 0.0000;

should be

float ahfinal = 0;


There's probably a handful of other errors! If the compiler complains about something that looks legal, look above for errors. Could you please spend a little more time checking your work before posting in on a forum. You need to learn. It is too easy to ask a question on a forum - don't be lazy.

List of 4 messages in thread
TopicAuthorDate
Digital amp-hour meter is having errors            01/01/70 00:00      
   The compiler has told you the problem            01/01/70 00:00      
   Look and ye shall find!            01/01/70 00:00      
   get used to it, C does rarely post the e            01/01/70 00:00      

Back to Subject List