Shikakapoop Expert Cheater
Reputation: 2
Joined: 29 Nov 2006 Posts: 128
|
Posted: Mon Sep 21, 2009 6:48 am Post subject: [Request] Step 9 code breakdown |
|
|
Could someone break this down, object by object, value by value and explain to me exactly what's going on?
| Code: | #include <time.h>
struct tm *timep;
time_t c;
c=time(0);
timep=localtime(&c);
if (timep->tm_sec>=30)
*(int *) 0x1234567 =1000;
else
*(int *) 0x1234567 =2000; |
struct = ??
timep = ??
etc
That'd be wonderful :]
_________________
|
|