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

Managed C++/CLI

 
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 
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 
GeneralRe: not getting device inserted notification?????? Pin
$w0rdf1$h13-Sep-07 6:30
$w0rdf1$h13-Sep-07 6:30 
Questionnewbie: value-type -vs- reference type Pin
devvvy12-Sep-07 22:50
devvvy12-Sep-07 22:50 
AnswerRe: newbie: value-type -vs- reference type Pin
George L. Jackson13-Sep-07 0:19
George L. Jackson13-Sep-07 0:19 
You use each type when you need to use them. Value types are usually simple types such as int, double, etc. Ref (reference) types are more complex types such as XmlDocument, FileInfo, etc. So, the decision when to use a value or ref type depends on your current needs. However, values types naturally use less resources and are easier to manage.

"We make a living by what we get, we make a life by what we give." --Winston Churchill

GeneralRe: newbie: value-type -vs- reference type [modified] Pin
devvvy13-Sep-07 16:09
devvvy13-Sep-07 16:09 
GeneralRe: newbie: value-type -vs- reference type [modified] Pin
George L. Jackson13-Sep-07 23:58
George L. Jackson13-Sep-07 23:58 

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.