Click here to Skip to main content
16,004,854 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: Convert floating point number into hexedecimal [edited] Pin
toxcct16-Dec-05 2:18
toxcct16-Dec-05 2:18 
QuestionTo change the color of Button Pin
srimayank11_codeproject14-Dec-05 3:20
srimayank11_codeproject14-Dec-05 3:20 
AnswerRe: To change the color of Button Pin
toxcct14-Dec-05 3:29
toxcct14-Dec-05 3:29 
Questionwhat theory to implement client access webservice endpoint ? Pin
colin helena13-Dec-05 18:49
colin helena13-Dec-05 18:49 
QuestionHow to pass array of string or doubles between C# and Managed C++ Pin
devinzhang13-Dec-05 5:02
devinzhang13-Dec-05 5:02 
AnswerRe: How to pass array of string or doubles between C# and Managed C++ Pin
TheGreatAndPowerfulOz13-Dec-05 10:02
TheGreatAndPowerfulOz13-Dec-05 10:02 
GeneralRe: How to pass array of string or doubles between C# and Managed C++ Pin
devinzhang13-Dec-05 14:40
devinzhang13-Dec-05 14:40 
Questionprotected float[4][4] Pin
RichardS12-Dec-05 5:58
RichardS12-Dec-05 5:58 
Hi All,

This might be a really silly question but,...
I have a class A defined as:

<br />
class A<br />
{<br />
protected:<br />
 float data[4][4];<br />
};<br />


And I need to get the data out so I created a function:
float **GetData (void) { return (float **) data }

However this causes an 3f800000 exception in VS 2005 Express when I try to use the float returned. Do I need to physically copy the data into a tempory buffer?

regards,
Rich

"Programming today is a race between software engineers striving to build bigger and
better idiot-proof programs, and the Universe trying to produce bigger and better idiots.
So far the Universe is winning." -- Rich Cook
AnswerRe: protected float[4][4] Pin
toxcct12-Dec-05 6:37
toxcct12-Dec-05 6:37 
GeneralRe: protected float[4][4] Pin
RichardS12-Dec-05 21:46
RichardS12-Dec-05 21:46 
GeneralRe: protected float[4][4] Pin
Christian Graus13-Dec-05 15:09
protectorChristian Graus13-Dec-05 15:09 
AnswerRe: protected float[4][4] Pin
Cedric Moonen12-Dec-05 20:38
Cedric Moonen12-Dec-05 20:38 
GeneralRe: protected float[4][4] Pin
toxcct12-Dec-05 21:40
toxcct12-Dec-05 21:40 
GeneralRe: protected float[4][4] Pin
RichardS12-Dec-05 22:06
RichardS12-Dec-05 22:06 
GeneralRe: protected float[4][4] Pin
Cedric Moonen12-Dec-05 22:22
Cedric Moonen12-Dec-05 22:22 
GeneralRe: protected float[4][4] Pin
RichardS12-Dec-05 22:02
RichardS12-Dec-05 22:02 
GeneralRe: protected float[4][4] Pin
Cedric Moonen12-Dec-05 22:24
Cedric Moonen12-Dec-05 22:24 
GeneralRe: protected float[4][4] Pin
RichardS12-Dec-05 22:30
RichardS12-Dec-05 22:30 
GeneralRe: protected float[4][4] Pin
toxcct12-Dec-05 22:52
toxcct12-Dec-05 22:52 
GeneralRe: protected float[4][4] Pin
Cedric Moonen12-Dec-05 23:00
Cedric Moonen12-Dec-05 23:00 
GeneralRe: protected float[4][4] Pin
RichardS12-Dec-05 23:01
RichardS12-Dec-05 23:01 
GeneralRe: protected float[4][4] Pin
Cedric Moonen12-Dec-05 22:56
Cedric Moonen12-Dec-05 22:56 
GeneralRe: protected float[4][4] Pin
RichardS12-Dec-05 23:00
RichardS12-Dec-05 23:00 
GeneralRe: protected float[4][4] Pin
Curtis Schlak.13-Dec-05 6:31
Curtis Schlak.13-Dec-05 6:31 
GeneralRe: protected float[4][4] Pin
RichardS14-Dec-05 1:03
RichardS14-Dec-05 1:03 

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.