Talk:Time t

From Wikipedia, the free encyclopedia

[edit] Syntax mistake

old line struct tm ts; received compile error - it's syntax mistake. — Borland-c, 2007-02-05T15:40:06.

Not in ISO C, it's not, nor is it an error in ISO C++. Omitting the "struct" results in a syntax error in C. Your compiler must be broken. — Loadmaster 21:46, 15 February 2007 (UTC)