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

Managed C++/CLI

 
AnswerRe: undefined reference... Pin
Pierre Leclercq5-Dec-06 2:11
Pierre Leclercq5-Dec-06 2:11 
QuestionIDE Code completion & templates Pin
User 5838524-Dec-06 13:19
User 5838524-Dec-06 13:19 
AnswerRe: IDE Code completion & templates Pin
George L. Jackson4-Dec-06 14:39
George L. Jackson4-Dec-06 14:39 
GeneralRe: IDE Code completion & templates Pin
User 5838524-Dec-06 14:44
User 5838524-Dec-06 14:44 
GeneralRe: IDE Code completion & templates Pin
George L. Jackson4-Dec-06 14:54
George L. Jackson4-Dec-06 14:54 
GeneralRe: IDE Code completion & templates Pin
User 5838524-Dec-06 15:00
User 5838524-Dec-06 15:00 
GeneralRe: IDE Code completion & templates Pin
George L. Jackson4-Dec-06 15:20
George L. Jackson4-Dec-06 15:20 
Questionmultiple dimensional vector array Pin
cy163@hotmail.com4-Dec-06 3:25
cy163@hotmail.com4-Dec-06 3:25 
Hi, All



In one function of my project I need a 2-D vector array consisting of elements of struct STRU_A.

struct STRU_A{
char ch[20];
float score;
};


However, the two dimensions both dynamic. That is, the dimension sizes depend on the input to the function.

How to declare and retrieve a 2-D vector array of such kind.


thank you
AnswerRe: multiple dimensional vector array Pin
Christian Graus4-Dec-06 9:45
protectorChristian Graus4-Dec-06 9:45 
GeneralRe: multiple dimensional vector array Pin
George L. Jackson4-Dec-06 10:37
George L. Jackson4-Dec-06 10:37 
GeneralRe: multiple dimensional vector array Pin
Christian Graus4-Dec-06 10:46
protectorChristian Graus4-Dec-06 10:46 
QuestionFill the ListView using DataSet Pin
ksandy454-Dec-06 2:32
ksandy454-Dec-06 2:32 
AnswerRe: Fill the ListView using DataSet Pin
teejayem10-Dec-06 10:48
teejayem10-Dec-06 10:48 
GeneralRe: Fill the ListView using DataSet Pin
ksandy4510-Dec-06 22:09
ksandy4510-Dec-06 22:09 
GeneralRe: Fill the ListView using DataSet Pin
teejayem10-Dec-06 22:13
teejayem10-Dec-06 22:13 
GeneralRe: Fill the ListView using DataSet Pin
ksandy4511-Dec-06 1:08
ksandy4511-Dec-06 1:08 
GeneralRe: Fill the ListView using DataSet Pin
teejayem11-Dec-06 6:37
teejayem11-Dec-06 6:37 
GeneralRe: Fill the ListView using DataSet Pin
ksandy4511-Dec-06 17:47
ksandy4511-Dec-06 17:47 
QuestionHow can i know WDFDEVICE of a device Pin
cshivaprasad4-Dec-06 0:43
cshivaprasad4-Dec-06 0:43 
Questionexport functions [modified] Pin
thathvamsi3-Dec-06 20:27
thathvamsi3-Dec-06 20:27 
AnswerRe: pleae give me the programme code of array struct!! Pin
George L. Jackson3-Dec-06 4:01
George L. Jackson3-Dec-06 4:01 
GeneralRe: pleae give me the programme code of array struct!! Pin
Christian Graus3-Dec-06 12:39
protectorChristian Graus3-Dec-06 12:39 
GeneralRe: pleae give me the programme code of array struct!! Pin
Christian Graus3-Dec-06 17:41
protectorChristian Graus3-Dec-06 17:41 
GeneralRe: pleae give me the programme code of array struct!! Pin
George L. Jackson3-Dec-06 23:20
George L. Jackson3-Dec-06 23:20 
AnswerRe: pleae give me the programme code of array struct!! Pin
Christian Graus2-Dec-06 23:22
protectorChristian Graus2-Dec-06 23:22 

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.