Thread: Time
View Single Post
Old Aug 11th, 2005, 2:00 PM   #2
skuinders
Hobbyist Programmer
 
skuinders's Avatar
 
Join Date: Jun 2005
Location: MA, US
Posts: 204
Rep Power: 4 skuinders is on a distinguished road
1. Use CODE tags when posting source code here.
2. Time is not a variable, it is a class. You are trying to make an instance of that class (or create an object) with new Time()
3. You are missing the closing brackets for the tick() method and the Time class
4. In the set() method, change s=second to s=sec
__________________
"A stupid man's report of what a clever man says can never be accurate, because he unconciously translates what he hears into something he can understand."
- B. Russell

http://web.bryant.edu/~srk2

Last edited by skuinders; Aug 11th, 2005 at 2:17 PM.
skuinders is offline   Reply With Quote