Click here to Skip to main content
15,893,564 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: Wrapping legacy code Pin
dedil14-Sep-07 8:47
dedil14-Sep-07 8:47 
GeneralRe: Wrapping legacy code Pin
led mike14-Sep-07 9:28
led mike14-Sep-07 9:28 
GeneralRe: Wrapping legacy code Pin
dedil14-Sep-07 9:36
dedil14-Sep-07 9:36 
GeneralRe: Wrapping legacy code Pin
led mike14-Sep-07 9:51
led mike14-Sep-07 9:51 
Questionhow to validate a date using c++ Pin
h_he_el_el_o14-Sep-07 4:30
h_he_el_el_o14-Sep-07 4:30 
AnswerRe: how to validate a date using c++ Pin
led mike14-Sep-07 4:51
led mike14-Sep-07 4:51 
GeneralRe: how to validate a date using c++ Pin
h_he_el_el_o14-Sep-07 5:18
h_he_el_el_o14-Sep-07 5:18 
GeneralRe: how to validate a date using c++ Pin
Christian Graus14-Sep-07 5:36
protectorChristian Graus14-Sep-07 5:36 
As you're persisting in asking this in the .NET c++ forum, I assume you're using the .NET DateTime class. One way to do this is to simply create a DateTime that is 31 Dec 1987, subtract your date from that value, and the resultant TimeSpan class will tell you how far you are from the date you specified, this can be used to check a date range.

If you merely ignored the reply you got and persisted in asking in the wrong forum, then none of that will help you. Try the Visual C++ forum.


Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: how to validate a date using c++ Pin
led mike14-Sep-07 6:51
led mike14-Sep-07 6:51 
GeneralRe: how to validate a date using c++ Pin
Russell'14-Sep-07 7:30
Russell'14-Sep-07 7:30 
QuestionVisual Studio 2005 bug? Pin
devvvy13-Sep-07 22:07
devvvy13-Sep-07 22:07 
AnswerRe: Visual Studio 2005 bug? Pin
KarstenK13-Sep-07 22:59
mveKarstenK13-Sep-07 22:59 
GeneralRe: Visual Studio 2005 bug? Pin
devvvy14-Sep-07 20:26
devvvy14-Sep-07 20:26 
AnswerRe: Visual Studio 2005 bug? Pin
Scott Dorman14-Sep-07 8:49
professionalScott Dorman14-Sep-07 8:49 
GeneralRe: Visual Studio 2005 bug? Pin
devvvy14-Sep-07 20:28
devvvy14-Sep-07 20:28 
GeneralRe: Visual Studio 2005 bug? Pin
Scott Dorman15-Sep-07 4:25
professionalScott Dorman15-Sep-07 4:25 
Questionnot getting device inserted notification?????? Pin
$w0rdf1$h13-Sep-07 2:44
$w0rdf1$h13-Sep-07 2:44 
AnswerRe: not getting device inserted notification?????? Pin
Duncan Edwards Jones13-Sep-07 2:50
professionalDuncan Edwards Jones13-Sep-07 2:50 
GeneralRe: not getting device inserted notification?????? Pin
$w0rdf1$h13-Sep-07 3:35
$w0rdf1$h13-Sep-07 3:35 
GeneralRe: not getting device inserted notification?????? Pin
Luc Pattyn13-Sep-07 4:15
sitebuilderLuc Pattyn13-Sep-07 4:15 
GeneralRe: not getting device inserted notification?????? Pin
$w0rdf1$h13-Sep-07 4:59
$w0rdf1$h13-Sep-07 4:59 
GeneralRe: not getting device inserted notification?????? Pin
Luc Pattyn13-Sep-07 5:08
sitebuilderLuc Pattyn13-Sep-07 5:08 
GeneralRe: not getting device inserted notification?????? Pin
$w0rdf1$h13-Sep-07 5:23
$w0rdf1$h13-Sep-07 5:23 
GeneralRe: not getting device inserted notification?????? Pin
Luc Pattyn13-Sep-07 5:35
sitebuilderLuc Pattyn13-Sep-07 5:35 
GeneralRe: not getting device inserted notification?????? Pin
Duncan Edwards Jones13-Sep-07 6:14
professionalDuncan Edwards Jones13-Sep-07 6:14 

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.