int tm_sec;
int tm_min;
int tm_hour;
int tm_mday;
int tm_mon;
int tm_year;
int tm_wday;
int tm_yday;
int tm_isdst;

but how can i call it , i mean like if i wanna cout << tm_sec ; how can i do that!! :confused:

Recommended Answers

All 3 Replies

What do you mean?

What do you mean?

i mean that i want to get the value of tm_sec since tm_sec 0-61

it should cout the sec i has debguged the porg in if my words make sense lol 0.0

never mind .0.0

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.