Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~121 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for de_ghost

hi , i'm writing a user define function for time i don't know is it correct.. need help here are my code [code] void Time(char buffer[256], time_t curtime , struct tm *loctime) { curtime = time (NULL); loctime = localtime (&curtime); fputs (asctime (loctime), stdout); strftime (buffer, 256, "Today is …

Member Avatar for Ancient Dragon
0
121