c++ - How to include CTime in my vc++ code -


i have need use ctime in code. tried add header file "atltime.h" code. now, getting many errors in compiling. every error coming header file "afxconv.h". searched msdn ctime, didn't describe this( may yet see proper page). using visualstudio-2008, 64 bit. can point me correct direction?

sounds having conflict mfc , atl version of ctime. since specify mfc in tag suspect want mfc verion. atltime.h atl projects. afx.h has ctime mfc afaik included in stdafx.h


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -