Click here to Skip to main content
15,909,591 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to capture the URL of the image Pin
Code-o-mat29-Jul-09 3:28
Code-o-mat29-Jul-09 3:28 
GeneralRe: how to capture the URL of the image [modified] Pin
shi baoshi29-Jul-09 3:51
shi baoshi29-Jul-09 3:51 
AnswerRe: how to capture the URL of the image Pin
Rozis29-Jul-09 10:37
Rozis29-Jul-09 10:37 
GeneralRe: how to capture the URL of the image [modified] Pin
shi baoshi30-Jul-09 4:19
shi baoshi30-Jul-09 4:19 
Questionneed a class for generating security file Pin
includeh1028-Jul-09 16:29
includeh1028-Jul-09 16:29 
AnswerRe: need a class for generating security file Pin
«_Superman_»28-Jul-09 16:35
professional«_Superman_»28-Jul-09 16:35 
GeneralRe: need a class for generating security file Pin
includeh1028-Jul-09 16:55
includeh1028-Jul-09 16:55 
QuestionCTime and time zone calculations Pin
john john mackey28-Jul-09 13:25
john john mackey28-Jul-09 13:25 
I am curious if these operations return the same results:
<br />
	_tzset();<br />
	if (GetTimeZoneInformation(&tzInfo) == TIME_ZONE_ID_STANDARD)<br />
		ctime = new CTime(startTime, 0);<br />
	else<br />
		ctime = new CTime(startTime, 1);<br />
	<br />
	time_t	nTime = (time_t) ctime->GetTime();<br />


and
<br />
	_tzset();<br />
	CTime *ctime = new CTime(startTime, -1);<br />
	time_t	nTime = (time_t) ctime->GetTime();<br />


I cannot guarantee if the host machine will have Time Zone information and/or Daylight Savings time info set on their operating system.

Can anyone tell me one way or the other? Blush | :O
AnswerRe: CTime and time zone calculations Pin
David Crow29-Jul-09 2:51
David Crow29-Jul-09 2:51 
QuestionVector C++ Pin
resolvequestion28-Jul-09 12:23
resolvequestion28-Jul-09 12:23 
AnswerRe: Vector C++ Pin
David Crow29-Jul-09 2:53
David Crow29-Jul-09 2:53 
QuestionOverloaded functions - best approach Pin
john john mackey28-Jul-09 11:57
john john mackey28-Jul-09 11:57 
AnswerRe: Overloaded functions - best approach Pin
Rick York28-Jul-09 15:04
mveRick York28-Jul-09 15:04 
AnswerRe: Overloaded functions - best approach Pin
«_Superman_»28-Jul-09 16:37
professional«_Superman_»28-Jul-09 16:37 
GeneralRe: Overloaded functions - best approach Pin
john john mackey29-Jul-09 6:31
john john mackey29-Jul-09 6:31 
AnswerRe: Overloaded functions - best approach Pin
KarstenK28-Jul-09 21:07
mveKarstenK28-Jul-09 21:07 
AnswerRe: Overloaded functions - best approach Pin
Iain Clarke, Warrior Programmer28-Jul-09 23:57
Iain Clarke, Warrior Programmer28-Jul-09 23:57 
GeneralRe: Overloaded functions - best approach Pin
john john mackey29-Jul-09 6:25
john john mackey29-Jul-09 6:25 
GeneralRe: Overloaded functions - best approach Pin
Rick York29-Jul-09 6:38
mveRick York29-Jul-09 6:38 
QuestionMouse drawing on picture control Pin
kudlaty7928-Jul-09 11:03
kudlaty7928-Jul-09 11:03 
AnswerRe: Mouse drawing on picture control Pin
«_Superman_»28-Jul-09 16:42
professional«_Superman_»28-Jul-09 16:42 
AnswerRe: Mouse drawing on picture control Pin
kudlaty7929-Jul-09 4:26
kudlaty7929-Jul-09 4:26 
GeneralRe: Mouse drawing on picture control Pin
«_Superman_»29-Jul-09 18:26
professional«_Superman_»29-Jul-09 18:26 
Questioncounting the number of output lines Pin
neha_rai28-Jul-09 11:03
neha_rai28-Jul-09 11:03 
QuestionRe: counting the number of output lines Pin
Maximilien28-Jul-09 13:53
Maximilien28-Jul-09 13:53 

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.