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

Managed C++/CLI

 
AnswerRe: To know the character strike Pin
Paul Conrad21-Jul-07 18:52
professionalPaul Conrad21-Jul-07 18:52 
Questionout parameters Pin
a.mulay16-Jul-07 20:37
a.mulay16-Jul-07 20:37 
AnswerRe: out parameters Pin
G Haranadh16-Jul-07 21:03
G Haranadh16-Jul-07 21:03 
AnswerRe: out parameters Pin
George L. Jackson17-Jul-07 12:01
George L. Jackson17-Jul-07 12:01 
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 
yes static member variables are same for all objects of the class. As the scope of static member variable is class level not of object level. Each object of the class can access and share static member of class.

Static member is accessed via class name and not by object name, like

//static member accessment
className.staticmember = someValue

//object level variable.
objName.objMember

-shoaib-

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 
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 

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.