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

Managed C++/CLI

 
GeneralRe: The Right Answer Pin
Cedric Moonen3-Mar-06 3:56
Cedric Moonen3-Mar-06 3:56 
JokeRe: The Right Answer Pin
Miss PC3-Mar-06 4:09
Miss PC3-Mar-06 4:09 
QuestionLinker error when using AlphaBlend Pin
Toubou3-Mar-06 0:30
Toubou3-Mar-06 0:30 
AnswerRe: Linker error when using AlphaBlend Pin
Michael Dunn3-Mar-06 8:24
sitebuilderMichael Dunn3-Mar-06 8:24 
GeneralRe: Linker error when using AlphaBlend Pin
Toubou3-Mar-06 20:02
Toubou3-Mar-06 20:02 
QuestionWin32 C++ Code To get L2Cache Size and Speed of the system Pin
virz2-Mar-06 17:27
virz2-Mar-06 17:27 
GeneralRe: Win32 C++ Code To get L2Cache Size and Speed of the system Pin
oshah9-Mar-06 5:48
oshah9-Mar-06 5:48 
Questionhelp me how to design the matrix using the DEV C++ Pin
Paranoiana2-Mar-06 6:57
Paranoiana2-Mar-06 6:57 
Please help me somebody..im not good in programming..
i really need someone help to guide me please Cry | :(( i need to design an abstract data structure to represent matrices then i have to overload the *, + and - operator so that they perform the correct operation accordingly for matrices. My friends said that i have to use the two dimensional arrays but then i still can figure out Frown | :( i have to implement a two dimensional dynamic array to represent the matrix. This is the following code that shows me on how to define a two dimensional
dynamic array of any size (in the example below the size is 2 by 2):

int **matrix;
int rows = 2;
int cols = 2;
matrix = new int *[rows];
for(int i=0; i
AnswerRe: help me how to design the matrix using the DEV C++ Pin
Andy Brummer2-Mar-06 9:09
sitebuilderAndy Brummer2-Mar-06 9:09 
AnswerRe: help me how to design the matrix using the DEV C++ Pin
El Corazon2-Mar-06 9:35
El Corazon2-Mar-06 9:35 
Questioni need help please anyone Pin
pete02-Mar-06 1:23
pete02-Mar-06 1:23 
AnswerRe: i need help please anyone Pin
Ingo2-Mar-06 2:32
Ingo2-Mar-06 2:32 
GeneralRe: i need help please anyone Pin
Neville Franks2-Mar-06 12:31
Neville Franks2-Mar-06 12:31 
AnswerRe: i need help please anyone Pin
pete03-Mar-06 8:12
pete03-Mar-06 8:12 
GeneralRe: i need help please anyone Pin
united185-Mar-06 8:25
united185-Mar-06 8:25 
Questionserial port sniffer ( spy or monitor) Pin
szilics2-Mar-06 0:07
szilics2-Mar-06 0:07 
AnswerRe: serial port sniffer ( spy or monitor) Pin
Cedric Moonen2-Mar-06 3:12
Cedric Moonen2-Mar-06 3:12 
AnswerRe: serial port sniffer ( spy or monitor) Pin
Rick Crone2-Mar-06 10:45
Rick Crone2-Mar-06 10:45 
AnswerRe: serial port sniffer ( spy or monitor) Pin
mikanu5-Mar-06 11:36
mikanu5-Mar-06 11:36 
Questionopengl point selection Pin
giotis821-Mar-06 23:03
giotis821-Mar-06 23:03 
AnswerRe: opengl point selection Pin
Ingo2-Mar-06 2:37
Ingo2-Mar-06 2:37 
GeneralRe: opengl point selection Pin
giotis822-Mar-06 2:46
giotis822-Mar-06 2:46 
GeneralRe: opengl point selection Pin
Ingo2-Mar-06 2:59
Ingo2-Mar-06 2:59 
AnswerRe: opengl point selection Pin
El Corazon2-Mar-06 10:13
El Corazon2-Mar-06 10:13 
GeneralRe: opengl point selection Pin
Ingo2-Mar-06 23:08
Ingo2-Mar-06 23:08 

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.