Click here to Skip to main content
15,906,097 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Attach debugger programatically Pin
Steve S6-Oct-03 5:01
Steve S6-Oct-03 5:01 
GeneralWindow + Dialog Pin
HeiniBlad6-Oct-03 0:20
HeiniBlad6-Oct-03 0:20 
QuestionHow better to create html help to created MFC project ? Pin
vgrigor6-Oct-03 0:17
vgrigor6-Oct-03 0:17 
AnswerRe: How better to create html help to created MFC project ? Pin
KaЯl6-Oct-03 3:14
KaЯl6-Oct-03 3:14 
Generalabout SYSTEMTIME Pin
FlyingDancer5-Oct-03 23:20
FlyingDancer5-Oct-03 23:20 
GeneralRe: about SYSTEMTIME Pin
thowra5-Oct-03 23:48
thowra5-Oct-03 23:48 
GeneralRe: about SYSTEMTIME Pin
geo_m6-Oct-03 0:26
geo_m6-Oct-03 0:26 
GeneralRe: about SYSTEMTIME Pin
FlyingDancer6-Oct-03 2:08
FlyingDancer6-Oct-03 2:08 
That sounds a little difficult,I think.
You should care about many things, such as the rolling-over problem, including second to minute,minute to hour,hour to day, day to month, month to year and so on, in which you should also consider the leap problem, whether there are 28 days, 29 days, 30 days, or 31 days in a month.
Can you bring out a better way?
Here is one I can't still have enough condidence.
Convert the varible into a FILETIME or LARGE_INTEGER varible, and then increase the new varible's value. At last convert the varible back.
Herein we know "FILETIME structure is defined as a 64-bit value representing the number of 100-nanosecond intervals since January 1, 1601", however I don't know the definition of LARGE_INTEGER

Can somebody tell me some better ways or my last quetion?
GeneralRe: about SYSTEMTIME Pin
geo_m6-Oct-03 2:56
geo_m6-Oct-03 2:56 
GeneralRe: about SYSTEMTIME Pin
vcplusplus6-Oct-03 3:30
vcplusplus6-Oct-03 3:30 
GeneralRe: about SYSTEMTIME Pin
FlyingDancer6-Oct-03 4:25
FlyingDancer6-Oct-03 4:25 
GeneralRe: about SYSTEMTIME Pin
FlyingDancer6-Oct-03 17:26
FlyingDancer6-Oct-03 17:26 
GeneralRe: about SYSTEMTIME Pin
FlyingDancer6-Oct-03 3:31
FlyingDancer6-Oct-03 3:31 
GeneralAdding keystrokes to menu Pin
kotbegemot5-Oct-03 23:18
kotbegemot5-Oct-03 23:18 
GeneralRe: Adding keystrokes to menu Pin
RobJones6-Oct-03 5:12
RobJones6-Oct-03 5:12 
GeneralRe: Adding keystrokes to menu Pin
kotbegemot6-Oct-03 20:00
kotbegemot6-Oct-03 20:00 
GeneralThis is Reg RichEditView Pin
Sreeramachandra5-Oct-03 23:01
Sreeramachandra5-Oct-03 23:01 
GeneralRe: This is Reg RichEditView Pin
Anand Paranjpe5-Oct-03 23:35
Anand Paranjpe5-Oct-03 23:35 
GeneralDisabling the System Menu Pin
Dov Sherman5-Oct-03 22:44
Dov Sherman5-Oct-03 22:44 
GeneralRe: Disabling the System Menu Pin
Stlan5-Oct-03 22:56
Stlan5-Oct-03 22:56 
QuestionHow to create a project template? Pin
junli5-Oct-03 22:32
junli5-Oct-03 22:32 
GeneralScrollbar sizes Pin
Stlan5-Oct-03 22:00
Stlan5-Oct-03 22:00 
GeneralGetSystemMetrics Pin
Stlan5-Oct-03 22:48
Stlan5-Oct-03 22:48 
GeneralCommunication betwwen classes Pin
BlackRider5-Oct-03 21:36
BlackRider5-Oct-03 21:36 
GeneralRe: Communication betwwen classes Pin
jhwurmbach5-Oct-03 22:01
jhwurmbach5-Oct-03 22:01 

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.