Click here to Skip to main content
15,912,204 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Ignored inline keyword Pin
Arvind Bharti30-Mar-06 19:23
Arvind Bharti30-Mar-06 19:23 
GeneralRe: Ignored inline keyword Pin
Ryan Binns30-Mar-06 18:05
Ryan Binns30-Mar-06 18:05 
AnswerRe: Ignored inline keyword Pin
Ryan Binns30-Mar-06 18:07
Ryan Binns30-Mar-06 18:07 
GeneralRe: Ignored inline keyword Pin
Stephen Hewitt30-Mar-06 18:20
Stephen Hewitt30-Mar-06 18:20 
GeneralRe: Ignored inline keyword Pin
Arvind Bharti30-Mar-06 19:20
Arvind Bharti30-Mar-06 19:20 
GeneralRe: Ignored inline keyword Pin
Ryan Binns30-Mar-06 21:56
Ryan Binns30-Mar-06 21:56 
QuestionUTC time Clock and Local time Clock? Pin
Yonggoo30-Mar-06 13:38
Yonggoo30-Mar-06 13:38 
AnswerRe: UTC time Clock and Local time Clock? Pin
Arvind Bharti30-Mar-06 15:17
Arvind Bharti30-Mar-06 15:17 
The gmtime, mktime, and localtime functions use the same single, statically allocated structure to hold their results. Each call to one of these functions destroys the result of any previous call.
Please check the address stored in ptrLocalTime and ptrUTC. Both are same.
So you have to make a copy before calling another function.
QuestionRegistry export/merge Pin
sschilachi30-Mar-06 13:24
sschilachi30-Mar-06 13:24 
AnswerRe: Registry export/merge Pin
David Crow30-Mar-06 16:00
David Crow30-Mar-06 16:00 
AnswerRe: Registry export/merge Pin
Ștefan-Mihai MOGA31-Mar-06 1:28
professionalȘtefan-Mihai MOGA31-Mar-06 1:28 
QuestionHow to retrieve a description of network adapters? Pin
Allad30-Mar-06 12:45
Allad30-Mar-06 12:45 
QuestionHow to resolve Error:2039 Pin
celllllllll30-Mar-06 12:28
celllllllll30-Mar-06 12:28 
AnswerRe: How to resolve Error:2039 Pin
celllllllll30-Mar-06 12:31
celllllllll30-Mar-06 12:31 
QuestionHow to launch Winamp? Pin
Allad30-Mar-06 12:10
Allad30-Mar-06 12:10 
AnswerRe: How to launch Winamp? Pin
Michael Dunn30-Mar-06 13:01
sitebuilderMichael Dunn30-Mar-06 13:01 
GeneralRe: How to launch Winamp? Pin
Allad30-Mar-06 13:12
Allad30-Mar-06 13:12 
AnswerRe: How to launch Winamp? Pin
Stephen Hewitt30-Mar-06 14:20
Stephen Hewitt30-Mar-06 14:20 
GeneralRe: How to launch Winamp? Pin
Allad31-Mar-06 6:57
Allad31-Mar-06 6:57 
GeneralRe: How to launch Winamp? Pin
Stephen Hewitt31-Mar-06 17:36
Stephen Hewitt31-Mar-06 17:36 
QuestionCan not add new controls to class? Pin
ns30-Mar-06 10:35
ns30-Mar-06 10:35 
AnswerRe: Can not add new controls to class? Pin
David Crow30-Mar-06 10:58
David Crow30-Mar-06 10:58 
QuestionSending A Variable to another computer. Pin
dSolariuM30-Mar-06 10:10
dSolariuM30-Mar-06 10:10 
AnswerRe: Sending A Variable to another computer. Pin
David Crow30-Mar-06 10:56
David Crow30-Mar-06 10:56 
QuestionCan't find clipboard is busy error Pin
Harrier30-Mar-06 9:46
Harrier30-Mar-06 9:46 

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.