Click here to Skip to main content
15,895,084 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to register class name for window Pin
Rajkumar R21-Apr-08 3:19
Rajkumar R21-Apr-08 3:19 
GeneralCleint Server Programming [modified] Pin
Abhijit A20-Apr-08 23:21
Abhijit A20-Apr-08 23:21 
GeneralRe: Cleint Server Programming Pin
Jhony george21-Apr-08 2:40
Jhony george21-Apr-08 2:40 
QuestionHow to Add Two Time Pin
sharanu20-Apr-08 23:06
sharanu20-Apr-08 23:06 
AnswerRe: How to Add Two Time Pin
CPallini20-Apr-08 23:23
mveCPallini20-Apr-08 23:23 
GeneralRe: How to Add Two Time Pin
sharanu21-Apr-08 1:09
sharanu21-Apr-08 1:09 
QuestionRe: How to Add Two Time [modified] Pin
CPallini21-Apr-08 1:49
mveCPallini21-Apr-08 1:49 
GeneralRe: How to Add Two Time Pin
sharanu21-Apr-08 2:32
sharanu21-Apr-08 2:32 
Hi I tried ur code..but its showing dedug error....
by the way ur only calling CurrentTime..where u r geeting the format of time...
i tried this it also did not work
code is.
/////////////////////////////////////////////////////////////

COleDateTime StartTime;
COleDateTime EndTime;
CString StTime;
StartTime = COleDateTime::GetCurrentTime();
StTime.Format("%d:%d:%d",StartTime.GetHour(),StartTime.GetMinute(),StartTime.GetSecond());
COleDateTimeSpan ts(0,0,csDuration,0);
EndTime += ts;
printf("Date is %s",EndTime);
getchar();
/////////////////////////////////////////////////////////////////
here were ur adding the current time to csDuration parameter...

thank you
sharan

Hi,,
I am sharan.Working as a software Engineer in Indo-Fuji Software Company located in BTM Layout.Bangalore.India.
I have Completed my B.E(COmputers)in 2006.ANd I am having 2 years of Exp in VC++.
thanking you
sharan

GeneralRe: How to Add Two Time Pin
CPallini21-Apr-08 2:44
mveCPallini21-Apr-08 2:44 
GeneralRe: How to Add Two Time Pin
sharanu21-Apr-08 3:30
sharanu21-Apr-08 3:30 
GeneralRe: How to Add Two Time Pin
sharanu21-Apr-08 4:08
sharanu21-Apr-08 4:08 
GeneralRe: How to Add Two Time Pin
David Crow21-Apr-08 4:17
David Crow21-Apr-08 4:17 
GeneralRe: How to Add Two Time Pin
sharanu21-Apr-08 4:28
sharanu21-Apr-08 4:28 
QuestionRe: How to Add Two Time Pin
David Crow21-Apr-08 4:34
David Crow21-Apr-08 4:34 
GeneralRe: How to Add Two Time Pin
sharanu21-Apr-08 4:50
sharanu21-Apr-08 4:50 
GeneralRe: How to Add Two Time Pin
David Crow21-Apr-08 4:54
David Crow21-Apr-08 4:54 
AnswerRe: How to Add Two Time Pin
led mike21-Apr-08 4:53
led mike21-Apr-08 4:53 
QuestionRe: How to Add Two Time Pin
David Crow21-Apr-08 5:01
David Crow21-Apr-08 5:01 
AnswerRe: How to Add Two Time Pin
led mike21-Apr-08 5:40
led mike21-Apr-08 5:40 
GeneralRe: How to Add Two Time Pin
CPallini21-Apr-08 5:54
mveCPallini21-Apr-08 5:54 
GeneralHow to Compare Two Date Pin
sharanu21-Apr-08 23:35
sharanu21-Apr-08 23:35 
GeneralRe: How to Compare Two Date Pin
CPallini22-Apr-08 0:36
mveCPallini22-Apr-08 0:36 
GeneralRe: How to Compare Two Date Pin
sharanu22-Apr-08 1:42
sharanu22-Apr-08 1:42 
GeneralRe: How to Compare Two Date Pin
CPallini22-Apr-08 1:53
mveCPallini22-Apr-08 1:53 
GeneralRe: How to Compare Two Date Pin
sharanu22-Apr-08 2:15
sharanu22-Apr-08 2:15 

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.