I cant seem to use
in ubuntu (eclipse). What is the GNU/linux equivalent?Code:_strdate(curDate);
Printable View
I cant seem to use
in ubuntu (eclipse). What is the GNU/linux equivalent?Code:_strdate(curDate);
Look at localtime() to fill your tm struct.