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

Managed C++/CLI

 
QuestionDefenition of library function Pin
Shamnar1-Aug-06 1:03
Shamnar1-Aug-06 1:03 
AnswerRe: Defenition of library function Pin
toxcct1-Aug-06 2:26
toxcct1-Aug-06 2:26 
AnswerRe: Defenition of library function Pin
NrmMyth1-Aug-06 4:47
NrmMyth1-Aug-06 4:47 
GeneralRe: Defenition of library function Pin
Shamnar1-Aug-06 18:17
Shamnar1-Aug-06 18:17 
QuestionHow to get the size of reference type structures Pin
engsrini31-Jul-06 22:09
engsrini31-Jul-06 22:09 
Questioncreating special relations between tables Pin
yiwpyos31-Jul-06 5:55
yiwpyos31-Jul-06 5:55 
AnswerRe: creating special relations between tables Pin
yiwpyos2-Aug-06 22:35
yiwpyos2-Aug-06 22:35 
QuestionHow to cast pointer from one type to another type Pin
aloktambi31-Jul-06 2:05
aloktambi31-Jul-06 2:05 
i want to typecast System::Byte* to class type pointer
__gc class Update
{public:
unsigned short Posn;
short Pres;
short Temp1;
short Temp2;
Byte status;
};

Byte *data;
i am receieving data from one function

i want to typecast this Byte pointer to Update class pointer type.

how it is possible in managed c++


AnswerRe: How to cast pointer from one type to another type Pin
HZ_7931-Jul-06 4:02
HZ_7931-Jul-06 4:02 
AnswerRe: How to cast pointer from one type to another type Pin
NrmMyth31-Jul-06 19:57
NrmMyth31-Jul-06 19:57 
GeneralRe: How to cast pointer from one type to another type Pin
aloktambi31-Jul-06 20:55
aloktambi31-Jul-06 20:55 
QuestionCalling old syntax from unmanged compiled as new syntax Pin
HZ_7930-Jul-06 23:37
HZ_7930-Jul-06 23:37 
AnswerRe: Calling old syntax from unmanged compiled as new syntax Pin
Milton Karimbekallil31-Jul-06 23:57
Milton Karimbekallil31-Jul-06 23:57 
Questionwhich is better vc++ 6.0 or vc++.NET Pin
bhag30-Jul-06 22:59
bhag30-Jul-06 22:59 
AnswerRe: which is better vc++ 6.0 or vc++.NET [modified] Pin
toxcct30-Jul-06 23:10
toxcct30-Jul-06 23:10 
GeneralRe: which is better vc++ 6.0 or vc++.NET Pin
bhag30-Jul-06 23:29
bhag30-Jul-06 23:29 
GeneralRe: which is better vc++ 6.0 or vc++.NET Pin
toxcct30-Jul-06 23:34
toxcct30-Jul-06 23:34 
Question[Message Deleted] Pin
devvvy30-Jul-06 18:10
devvvy30-Jul-06 18:10 
AnswerHey, choose the correct forum Pin
Richard Andrew x6430-Jul-06 20:30
professionalRichard Andrew x6430-Jul-06 20:30 
AnswerRe: hey can't compile this driver sample... Pin
toxcct30-Jul-06 23:11
toxcct30-Jul-06 23:11 
QuestionRight shift/Left shift + 1's compliment concepts Pin
Nada Adel30-Jul-06 1:51
Nada Adel30-Jul-06 1:51 
AnswerRe: Right shift/Left shift + 1's compliment concepts Pin
Christian Graus30-Jul-06 15:41
protectorChristian Graus30-Jul-06 15:41 
AnswerRe: Right shift/Left shift + 1's compliment concepts Pin
toxcct30-Jul-06 23:12
toxcct30-Jul-06 23:12 
AnswerRe: Right shift/Left shift + 1's compliment concepts Pin
NrmMyth1-Aug-06 4:49
NrmMyth1-Aug-06 4:49 
AnswerRe: Right shift/Left shift + 1's compliment concepts Pin
gdoupanguoqing12-Aug-06 11:04
gdoupanguoqing12-Aug-06 11:04 

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.