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

Managed C++/CLI

 
GeneralRe: out parameters Pin
a.mulay17-Jul-07 17:33
a.mulay17-Jul-07 17:33 
GeneralRe: out parameters Pin
G Haranadh26-Jul-07 6:46
G Haranadh26-Jul-07 6:46 
QuestionStatic member variable in class? Pin
G Haranadh16-Jul-07 19:59
G Haranadh16-Jul-07 19:59 
AnswerRe: Static member variable in class? Pin
Shoaib Hussain17-Jul-07 3:19
Shoaib Hussain17-Jul-07 3:19 
Questionproblem in thread ???????????? Pin
abbd16-Jul-07 9:28
abbd16-Jul-07 9:28 
AnswerRe: problem in thread ???????????? Pin
led mike16-Jul-07 10:50
led mike16-Jul-07 10:50 
GeneralRe: problem in thread ???????????? Pin
Mark Salsbery16-Jul-07 12:39
Mark Salsbery16-Jul-07 12:39 
QuestionL”” or to “” Strings Pin
earlgraham16-Jul-07 9:22
earlgraham16-Jul-07 9:22 
When you see System::String used with “xxx” in some text or example you almost always see the ‘L’ macro in from of the text (L”xxx”). However if I do not use the ‘L’, It seems to have no affect to my String values. Am I missing something?
String ^MyText = "Blah";
//or
String ^MyOtherText = L"Blah";

Same right?

Programmer
Glenn Earl Graham
Austin, TX

AnswerRe: L"" or "" Strings [modified] Pin
Mark Salsbery16-Jul-07 9:43
Mark Salsbery16-Jul-07 9:43 
GeneralRe: L"" or "" Strings Pin
iddqd51516-Jul-07 10:55
iddqd51516-Jul-07 10:55 
GeneralRe: L"" or "" Strings Pin
Mark Salsbery16-Jul-07 12:21
Mark Salsbery16-Jul-07 12:21 
GeneralRe: L"" or "" Strings Pin
G Haranadh16-Jul-07 20:02
G Haranadh16-Jul-07 20:02 
GeneralRe: L"" or "" Strings Pin
iddqd51517-Jul-07 3:33
iddqd51517-Jul-07 3:33 
QuestionI am new to programming Pin
Red Lake16-Jul-07 8:54
Red Lake16-Jul-07 8:54 
AnswerRe: I am new to programming Pin
Wes Aday16-Jul-07 9:33
professionalWes Aday16-Jul-07 9:33 
GeneralRe: I am new to programming Pin
Red Lake16-Jul-07 9:48
Red Lake16-Jul-07 9:48 
GeneralRe: I am new to programming Pin
Wes Aday16-Jul-07 9:55
professionalWes Aday16-Jul-07 9:55 
AnswerRe: I am new to programming Pin
Paul Conrad16-Jul-07 10:07
professionalPaul Conrad16-Jul-07 10:07 
GeneralRe: I am new to programming Pin
Red Lake16-Jul-07 10:22
Red Lake16-Jul-07 10:22 
GeneralRe: I am new to programming Pin
Paul Conrad16-Jul-07 10:52
professionalPaul Conrad16-Jul-07 10:52 
QuestionRegistering Window Class Pin
john john mackey16-Jul-07 8:38
john john mackey16-Jul-07 8:38 
AnswerRe: Registering Window Class Pin
Mark Salsbery16-Jul-07 9:51
Mark Salsbery16-Jul-07 9:51 
GeneralRe: Registering Window Class Pin
john john mackey16-Jul-07 11:52
john john mackey16-Jul-07 11:52 
GeneralRe: Registering Window Class Pin
Mark Salsbery16-Jul-07 12:28
Mark Salsbery16-Jul-07 12:28 
QuestionEmbedded null characters in record Pin
BuckBrown16-Jul-07 8:36
BuckBrown16-Jul-07 8:36 

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.