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

Managed C++/CLI

 
GeneralRe: Repainting Display Seems Slow Pin
Luc Pattyn7-Aug-07 13:36
sitebuilderLuc Pattyn7-Aug-07 13:36 
Questionhow to convert a String to datetime and do subtraction of time ??? Pin
aefmaaradji6-Aug-07 1:01
aefmaaradji6-Aug-07 1:01 
AnswerRe: how to convert a String to datetime and do subtraction of time ??? Pin
Luc Pattyn6-Aug-07 1:12
sitebuilderLuc Pattyn6-Aug-07 1:12 
Questiondouble(*)[2] ? Pin
dalgados5-Aug-07 21:18
dalgados5-Aug-07 21:18 
AnswerRe: double(*)[2] ? Pin
prasad_som5-Aug-07 22:22
prasad_som5-Aug-07 22:22 
Questionhow to declare a matrix in visual c++.net 2005 c++ cli ? Pin
aefmaaradji5-Aug-07 0:28
aefmaaradji5-Aug-07 0:28 
AnswerRe: how to declare a matrix in visual c++.net 2005 c++ cli ? Pin
mid=57415-Aug-07 5:17
mid=57415-Aug-07 5:17 
GeneralRe: how to declare a matrix in visual c++.net 2005 c++ cli ? Pin
aefmaaradji5-Aug-07 12:09
aefmaaradji5-Aug-07 12:09 
hello,
I try with this but it gives error,
and I tryed this
cli::array <string ^="" ,="" 2=""> ^ ListCapt = gcnew cli::array<string ^="" ,2=""> (100000,16);
but it gives 4 error;

but when I do this :

[code]
array < array < String ^ > ^ > ^ ListCapt= gcnew array < array < String ^ > ^ >(20);
cpt=117
for(int i=0;i<cpt;i++)
for="" (int="" j="0;j<15;j++)
" listcapt[i][j]="Convert::ToString(i+j);
[/code]
there" isn't="" error="" but="" in="" execution="" it="" give="" the="" exception
if="" you="" are="" an="" exemple="" me;
thanks
=""

<div="" class="ForumSig">aef
GeneralRe: how to declare a matrix in visual c++.net 2005 c++ cli ? Pin
mid=57415-Aug-07 12:16
mid=57415-Aug-07 12:16 
GeneralRe: how to declare a matrix in visual c++.net 2005 c++ cli ? Pin
George L. Jackson5-Aug-07 13:24
George L. Jackson5-Aug-07 13:24 
GeneralRe: how to declare a matrix in visual c++.net 2005 c++ cli ? Pin
aefmaaradji6-Aug-07 0:52
aefmaaradji6-Aug-07 0:52 
QuestionHow to wrap native array? Pin
mid=57414-Aug-07 9:06
mid=57414-Aug-07 9:06 
AnswerRe: How to wrap native array? Pin
Luc Pattyn4-Aug-07 9:24
sitebuilderLuc Pattyn4-Aug-07 9:24 
GeneralRe: How to wrap native array? Pin
mid=57414-Aug-07 9:30
mid=57414-Aug-07 9:30 
GeneralRe: How to wrap native array? Pin
Luc Pattyn4-Aug-07 10:03
sitebuilderLuc Pattyn4-Aug-07 10:03 
GeneralRe: How to wrap native array? Pin
mid=57414-Aug-07 10:38
mid=57414-Aug-07 10:38 
Questiontray icon query Pin
dona jain3-Aug-07 19:50
dona jain3-Aug-07 19:50 
AnswerRe: tray icon query Pin
Christian Graus3-Aug-07 21:22
protectorChristian Graus3-Aug-07 21:22 
AnswerRe: tray icon query Pin
Russell'3-Aug-07 22:05
Russell'3-Aug-07 22:05 
Questionconst keyword Pin
lavanya812-Aug-07 20:09
lavanya812-Aug-07 20:09 
AnswerRe: const keyword Pin
Christian Graus2-Aug-07 20:33
protectorChristian Graus2-Aug-07 20:33 
AnswerRe: const keyword Pin
Luc Pattyn2-Aug-07 20:50
sitebuilderLuc Pattyn2-Aug-07 20:50 
QuestionUniversal Character Names Pin
pourang2-Aug-07 13:12
pourang2-Aug-07 13:12 
AnswerRe: Universal Character Names Pin
Luc Pattyn2-Aug-07 20:58
sitebuilderLuc Pattyn2-Aug-07 20:58 
QuestionMultiple Checkbox Controls Pin
BuckBrown2-Aug-07 12:13
BuckBrown2-Aug-07 12:13 

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.