Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1497849
clock.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
353 B
Referenced Files
None
Subscribers
None
clock.h
View Options
#ifndef CLOCK_HEADERFILE
#define CLOCK_HEADERFILE
class
Clock
{
private
:
int
s_milisec
,
s_sec
,
s_min
,
s_hour
,
s_day
,
s_year
,
e_milisec
,
e_sec
,
e_min
,
e_hour
,
e_day
,
e_year
;
public
:
Clock
();
void
initiate_clock
();
void
start_timing
();
unsigned
int
ent_timing
();
};
#endif
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sun, Mar 1, 10:18 PM (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
281441
Default Alt Text
clock.h (353 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment