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

Managed C++/CLI

 
GeneralRe: Strong vs static typing Pin
Luc Pattyn5-Jun-12 11:13
sitebuilderLuc Pattyn5-Jun-12 11:13 
GeneralRe: Strong vs static typing Pin
Paul Conrad5-Jun-12 12:10
professionalPaul Conrad5-Jun-12 12:10 
AnswerRe: Strong vs static typing Pin
Richard MacCutchan5-Jun-12 21:08
mveRichard MacCutchan5-Jun-12 21:08 
GeneralRe: Strong vs static typing Pin
elelont26-Jun-12 5:09
elelont26-Jun-12 5:09 
GeneralRe: Strong vs static typing Pin
Richard MacCutchan6-Jun-12 5:21
mveRichard MacCutchan6-Jun-12 5:21 
QuestionImage Integral Pin
MUJIS29-May-12 4:40
MUJIS29-May-12 4:40 
QuestionHow to get the total length of elements in ##__VA_ARGS__ Pin
elelont222-May-12 3:10
elelont222-May-12 3:10 
AnswerRe: How to get the total length of elements in ##__VA_ARGS__ Pin
jschell28-May-12 7:57
jschell28-May-12 7:57 
elelont2 wrote:
heading says it all, how could i find out the total length of the string in the ##__VA_ARGS__


Subject says "elements". Your statement says "string".

For a string you use null termination or the string length property (depending on what you mean by string.)

In standard C++ if you want to know a count of arguments passed then you need to provide a mechanism for doing that yourself. Just like if your printf format string doesn't match the args passed then it will go off the end. Thus the format string implicitly defines the count.

Not sure but in Managed C++ it might be an actual array so you should be able to get to the Length property.
QuestionA calendar look like iCal of MacOsX Pin
XRay221-May-12 4:30
XRay221-May-12 4:30 
Questionc++ A Cessna Skyhawk Skeleton for Further Development in OpenGL (GLUT) Pin
ody kurniawan18-May-12 11:55
ody kurniawan18-May-12 11:55 
QuestionType casting Pin
givinisha17-May-12 6:50
givinisha17-May-12 6:50 
AnswerRe: Type casting Pin
John Schroedl17-May-12 8:01
professionalJohn Schroedl17-May-12 8:01 
QuestionVideo Display hangs in Windows after unlocking Pin
Faez Shingeri16-May-12 21:37
Faez Shingeri16-May-12 21:37 
AnswerRe: Video Display hangs in Windows after unlocking - Repost ... Pin
Richard MacCutchan16-May-12 23:12
mveRichard MacCutchan16-May-12 23:12 
GeneralRe: Video Display hangs in Windows after unlocking - Repost ... Pin
Faez Shingeri16-May-12 23:16
Faez Shingeri16-May-12 23:16 
GeneralRe: Video Display hangs in Windows after unlocking - Repost ... Pin
John Schroedl17-May-12 3:28
professionalJohn Schroedl17-May-12 3:28 
AnswerRe: Video Display hangs in Windows after unlocking Pin
jschell17-May-12 11:26
jschell17-May-12 11:26 
QuestionFinding a pointer from a list of pointers Pin
elelont226-Apr-12 20:21
elelont226-Apr-12 20:21 
AnswerRe: Finding a pointer from a list of pointers Pin
Richard MacCutchan26-Apr-12 22:28
mveRichard MacCutchan26-Apr-12 22:28 
AnswerRe: Finding a pointer from a list of pointers Pin
linhlevan3-May-12 5:35
linhlevan3-May-12 5:35 
QuestionDll Dependency issue Pin
givinisha23-Apr-12 4:42
givinisha23-Apr-12 4:42 
AnswerRe: Dll Dependency issue Pin
Pete O'Hanlon23-Apr-12 4:57
mvePete O'Hanlon23-Apr-12 4:57 
AnswerRe: Dll Dependency issue Pin
Albert Holguin23-Apr-12 11:53
professionalAlbert Holguin23-Apr-12 11:53 
GeneralRe: Dll Dependency issue Pin
givinisha27-Apr-12 2:58
givinisha27-Apr-12 2:58 
GeneralRe: Dll Dependency issue Pin
YoavStein28-May-12 4:30
YoavStein28-May-12 4:30 

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.