Click here to Skip to main content
15,894,740 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: What .dll is used to delete Internet Explorer cache? Pin
x87Bliss19-Mar-07 12:54
x87Bliss19-Mar-07 12:54 
QuestionGet system time Pin
shamsteady19-Mar-07 7:57
shamsteady19-Mar-07 7:57 
AnswerRe: Get system time Pin
David Crow19-Mar-07 8:14
David Crow19-Mar-07 8:14 
GeneralRe: Get system time Pin
shamsteady19-Mar-07 8:19
shamsteady19-Mar-07 8:19 
GeneralRe: Get system time Pin
David Crow19-Mar-07 8:27
David Crow19-Mar-07 8:27 
GeneralRe: Get system time Pin
ThatsAlok19-Mar-07 22:24
ThatsAlok19-Mar-07 22:24 
AnswerRe: Get system time Pin
Eytukan19-Mar-07 8:45
Eytukan19-Mar-07 8:45 
AnswerRe: Get system time Pin
Hamid_RT20-Mar-07 2:59
Hamid_RT20-Mar-07 2:59 
See
SYSTEMTIME m_SysTime;
char DisplayTime[255];
::GetSystemTime(&m_SysTime);
sprintf(DisplayTime,"%d/%d/%d...%d::%d::%d::%d",
m_SysTime.wMonth,m_SysTime.wDay,
m_SysTime.wYear,m_SysTime.wHour,
m_SysTime.wMinute,m_SysTime.wSecond,m_SysTime.wMilliseconds);





WhiteSky

QuestionOperator= Overloading Pin
od@ananzi.co.za19-Mar-07 7:12
od@ananzi.co.za19-Mar-07 7:12 
AnswerRe: Operator= Overloading Pin
Roger Stoltz19-Mar-07 7:20
Roger Stoltz19-Mar-07 7:20 
GeneralRe: Operator= Overloading Pin
Nemanja Trifunovic19-Mar-07 7:23
Nemanja Trifunovic19-Mar-07 7:23 
GeneralRe: Operator= Overloading Pin
Roger Stoltz19-Mar-07 7:26
Roger Stoltz19-Mar-07 7:26 
GeneralRe: Operator= Overloading Pin
od@ananzi.co.za20-Mar-07 4:37
od@ananzi.co.za20-Mar-07 4:37 
AnswerRe: Operator= Overloading Pin
Nemanja Trifunovic19-Mar-07 7:22
Nemanja Trifunovic19-Mar-07 7:22 
QuestionVC++ 6 to VS 2005 Porting problem. Pin
Eurosid19-Mar-07 6:56
Eurosid19-Mar-07 6:56 
AnswerRe: VC++ 6 to VS 2005 Porting problem. Pin
Nougat H.19-Mar-07 7:04
Nougat H.19-Mar-07 7:04 
GeneralRe: VC++ 6 to VS 2005 Porting problem. Pin
Eurosid19-Mar-07 7:18
Eurosid19-Mar-07 7:18 
AnswerRe: VC++ 6 to VS 2005 Porting problem. Pin
Mike Dimmick19-Mar-07 9:16
Mike Dimmick19-Mar-07 9:16 
GeneralRe: VC++ 6 to VS 2005 Porting problem. Pin
Eurosid20-Mar-07 2:34
Eurosid20-Mar-07 2:34 
QuestionShellExecute a local html-file Pin
Niklas L19-Mar-07 6:52
Niklas L19-Mar-07 6:52 
AnswerRe: ShellExecute a local html-file Pin
toxcct19-Mar-07 7:23
toxcct19-Mar-07 7:23 
GeneralRe: ShellExecute a local html-file Pin
Niklas L19-Mar-07 9:51
Niklas L19-Mar-07 9:51 
GeneralRe: ShellExecute a local html-file Pin
toxcct19-Mar-07 10:33
toxcct19-Mar-07 10:33 
GeneralRe: ShellExecute a local html-file Pin
Niklas L19-Mar-07 12:18
Niklas L19-Mar-07 12:18 
GeneralRe: ShellExecute a local html-file Pin
toxcct19-Mar-07 12:23
toxcct19-Mar-07 12:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.