Click here to Skip to main content
15,891,762 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Need help on how to set movie slider position to some where Pin
John50212-Feb-09 22:47
John50212-Feb-09 22:47 
GeneralRe: Need help on how to set movie slider position to some where Pin
Hamid_RT13-Feb-09 19:15
Hamid_RT13-Feb-09 19:15 
GeneralRe: Need help on how to set movie slider position to some where Pin
John50218-Feb-09 6:51
John50218-Feb-09 6:51 
GeneralRe: Need help on how to set movie slider position to some where Pin
Hamid_RT18-Feb-09 19:19
Hamid_RT18-Feb-09 19:19 
Questionhow to uninstall using msi functions Pin
vineeshV5-Feb-09 20:28
vineeshV5-Feb-09 20:28 
QuestionHow to get current running applications... Pin
vikasvds5-Feb-09 19:37
vikasvds5-Feb-09 19:37 
AnswerRe: How to get current running applications... Pin
«_Superman_»5-Feb-09 19:56
professional«_Superman_»5-Feb-09 19:56 
AnswerRe: How to get current running applications... Pin
Madhu Nair5-Feb-09 22:32
Madhu Nair5-Feb-09 22:32 
AnswerRe: How to get current running applications... Pin
JyotiranjanR23-Dec-09 19:42
JyotiranjanR23-Dec-09 19:42 
GeneralRe: How to get current running applications... Pin
vikasvds29-Dec-09 7:21
vikasvds29-Dec-09 7:21 
QuestionError C2011: '_CONTEXT' : 'struct' type redefinition Pin
KristaK5-Feb-09 18:31
KristaK5-Feb-09 18:31 
QuestionRe: Error C2011: '_CONTEXT' : 'struct' type redefinition Pin
CPallini5-Feb-09 21:39
mveCPallini5-Feb-09 21:39 
AnswerRe: Error C2011: '_CONTEXT' : 'struct' type redefinition Pin
KristaK5-Feb-09 21:59
KristaK5-Feb-09 21:59 
QuestionRe: Error C2011: '_CONTEXT' : 'struct' type redefinition Pin
CPallini6-Feb-09 2:23
mveCPallini6-Feb-09 2:23 
GeneralRe: Error C2011: '_CONTEXT' : 'struct' type redefinition Pin
mike_n_sc19-Mar-11 14:05
mike_n_sc19-Mar-11 14:05 
AnswerRe: Error C2011: '_CONTEXT' : 'struct' type redefinition Pin
Stephen Hewitt6-Feb-09 4:52
Stephen Hewitt6-Feb-09 4:52 
QuestionString Comparing Pin
brucewayn5-Feb-09 18:08
brucewayn5-Feb-09 18:08 
AnswerRe: String Comparing Pin
Cedric Moonen5-Feb-09 20:10
Cedric Moonen5-Feb-09 20:10 
GeneralRe: String Comparing Pin
brucewayn5-Feb-09 20:53
brucewayn5-Feb-09 20:53 
GeneralRe: String Comparing Pin
tasumisra5-Feb-09 21:08
tasumisra5-Feb-09 21:08 
AnswerRe: String Comparing Pin
cmk5-Feb-09 20:53
cmk5-Feb-09 20:53 
GeneralRe: String Comparing Pin
brucewayn5-Feb-09 20:59
brucewayn5-Feb-09 20:59 
GeneralRe: String Comparing Pin
cmk6-Feb-09 8:55
cmk6-Feb-09 8:55 
That's not the same as the original you showed.

In your op both were 19: which made me assume you were using 2 digit formatting for everything but day, which is why i said change it.

You said you are saving the string so i assume you control the formatting.
Just use YYYY/MM/DD|hh:mm:ss and you'll be fine.

So for your last example you'd have:
str = "2009/12/03|19:04:43"
str1 = "2009/12/03|09:05:23"

...cmk

The idea that I can be presented with a problem, set out to logically solve it with the tools at hand, and wind up with a program that could not be legally used because someone else followed the same logical steps some years ago and filed for a patent on it is horrifying.
- John Carmack

AnswerRe: String Comparing Pin
«_Superman_»5-Feb-09 21:12
professional«_Superman_»5-Feb-09 21:12 
QuestionWhy CString is Not Relasing memory in Release mode Pin
Ramasani5-Feb-09 17:55
Ramasani5-Feb-09 17:55 

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.