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

Managed C++/CLI

 
GeneralRe: DLL files and other methods Pin
Nemanja Trifunovic15-May-06 6:32
Nemanja Trifunovic15-May-06 6:32 
Questionpath to a leaf in a BST Pin
superboyy14-May-06 2:01
superboyy14-May-06 2:01 
QuestionDrawe Bar Chart with GLUT Pin
abdul_hayee12-May-06 3:47
abdul_hayee12-May-06 3:47 
QuestionHTTP GET & POST Pin
Mridang Agarwalla12-May-06 0:26
Mridang Agarwalla12-May-06 0:26 
AnswerRe: HTTP GET & POST Pin
Milton Karimbekallil12-May-06 2:31
Milton Karimbekallil12-May-06 2:31 
AnswerRe: HTTP GET & POST Pin
ThatsAlok16-May-06 2:55
ThatsAlok16-May-06 2:55 
Questionuse of extern Pin
Shamnar11-May-06 19:12
Shamnar11-May-06 19:12 
AnswerRe: use of extern Pin
_AnsHUMAN_ 12-May-06 1:06
_AnsHUMAN_ 12-May-06 1:06 
In one .CPP file declare the variable at global space
int ix;
In the file that you want the variable to be used or say stdafx.h that is included in all the other files write:
extern int ix;
The extern keyword confirms to the compiler that "ix" is an int declared in some other .CPP file.

Somethings seem HARD to do, until we know how to do them.
Wink | ;-)
_AnShUmAn_
GeneralRe: use of extern Pin
Shamnar15-May-06 0:34
Shamnar15-May-06 0:34 
GeneralRe: use of extern Pin
S. Senthil Kumar15-May-06 1:59
S. Senthil Kumar15-May-06 1:59 
GeneralRe: use of extern Pin
Shamnar16-May-06 1:24
Shamnar16-May-06 1:24 
QuestionProblems in Cross Platform Enryption? Pin
He is Cool11-May-06 18:35
He is Cool11-May-06 18:35 
AnswerRe: Problems in Cross Platform Enryption? Pin
Milton Karimbekallil13-May-06 0:40
Milton Karimbekallil13-May-06 0:40 
QuestionHow to use the SerialPort->Write function Pin
ShayD110-May-06 20:24
ShayD110-May-06 20:24 
AnswerRe: How to use the SerialPort->Write function Pin
Milton Karimbekallil11-May-06 1:56
Milton Karimbekallil11-May-06 1:56 
GeneralRe: How to use the SerialPort->Write function Pin
ShayD111-May-06 2:33
ShayD111-May-06 2:33 
GeneralRe: How to use the SerialPort->Write function Pin
Milton Karimbekallil11-May-06 3:19
Milton Karimbekallil11-May-06 3:19 
QuestionMarshalling a pointer Pin
Ilkka Pitkänen10-May-06 1:04
Ilkka Pitkänen10-May-06 1:04 
AnswerRe: Marshalling a pointer Pin
Milton Karimbekallil10-May-06 5:41
Milton Karimbekallil10-May-06 5:41 
QuestionClass Library Wraps Native dll Pin
rottencheese9-May-06 4:10
rottencheese9-May-06 4:10 
AnswerRe: Class Library Wraps Native dll Pin
Milton Karimbekallil10-May-06 2:30
Milton Karimbekallil10-May-06 2:30 
AnswerRe: Class Library Wraps Native dll Pin
mjmim11-May-06 11:01
mjmim11-May-06 11:01 
QuestionIntegrating vc++ code with c# Pin
Ashraj19828-May-06 20:30
Ashraj19828-May-06 20:30 
AnswerRe: Integrating vc++ code with c# Pin
led mike9-May-06 17:52
led mike9-May-06 17:52 
AnswerRe: Integrating vc++ code with c# Pin
Nish Nishant11-May-06 6:43
sitebuilderNish Nishant11-May-06 6:43 

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.