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

Managed C++/CLI

 
AnswerRe: batch files Pin
Richard MacCutchan20-Feb-13 22:57
mveRichard MacCutchan20-Feb-13 22:57 
GeneralRe: batch files Pin
Dirquez Marquez20-Feb-13 23:11
Dirquez Marquez20-Feb-13 23:11 
GeneralRe: batch files Pin
Richard MacCutchan20-Feb-13 23:53
mveRichard MacCutchan20-Feb-13 23:53 
GeneralRe: batch files Pin
Dirquez Marquez21-Feb-13 20:24
Dirquez Marquez21-Feb-13 20:24 
GeneralRe: batch files Pin
Richard MacCutchan21-Feb-13 22:36
mveRichard MacCutchan21-Feb-13 22:36 
GeneralRe: batch files Pin
Dirquez Marquez22-Feb-13 2:58
Dirquez Marquez22-Feb-13 2:58 
QuestionWhat is the CLI/C++ equivalent to the C# using statement Pin
SujayG14-Feb-13 21:54
SujayG14-Feb-13 21:54 
AnswerRe: What is the CLI/C++ equivalent to the C# using statement Pin
John Schroedl15-Feb-13 3:27
professionalJohn Schroedl15-Feb-13 3:27 
The answer given in that question is correct. There is no C++ keyword equivalent to using() from C# because C++/CLI has deterministic finalization. When the object goes out of scope and there are no more references, it will be disposed.
QuestionStructures with using bit fields Pin
Amrit Agr29-Jan-13 1:34
Amrit Agr29-Jan-13 1:34 
AnswerRe: Structures with using bit fields Pin
Richard MacCutchan29-Jan-13 3:38
mveRichard MacCutchan29-Jan-13 3:38 
GeneralRe: Structures with using bit fields Pin
Amrit Agr17-Feb-13 22:06
Amrit Agr17-Feb-13 22:06 
Questionsopen() function in filehandling - "C" Pin
Amrit Agr28-Jan-13 0:56
Amrit Agr28-Jan-13 0:56 
AnswerRe: sopen() function in filehandling - "C" Pin
John Schroedl28-Jan-13 3:37
professionalJohn Schroedl28-Jan-13 3:37 
AnswerRe: sopen() function in filehandling - "C" Pin
ramrooney27-Mar-13 7:36
ramrooney27-Mar-13 7:36 
QuestionHow to call a static libray in a dll? Pin
LongFangFang21-Jan-13 19:38
LongFangFang21-Jan-13 19:38 
AnswerRe: How to call a static libray in a dll? Pin
Richard MacCutchan21-Jan-13 22:32
mveRichard MacCutchan21-Jan-13 22:32 
Questionfrom unmanaged c++ to managed: passing int& parameter Pin
acastrucc19-Dec-12 4:30
acastrucc19-Dec-12 4:30 
QuestionCompilation Problem Pin
tcnm12-Dec-12 9:18
tcnm12-Dec-12 9:18 
QuestionRe: Compilation Problem Pin
Richard MacCutchan12-Dec-12 22:56
mveRichard MacCutchan12-Dec-12 22:56 
Answer-Re: Compilation Problem Pin
tcnm14-Dec-12 6:42
tcnm14-Dec-12 6:42 
GeneralRe: -Re: Compilation Problem Pin
Richard MacCutchan14-Dec-12 21:43
mveRichard MacCutchan14-Dec-12 21:43 
QuestionWhy c is so important? Pin
riceshoots10-Dec-12 4:47
riceshoots10-Dec-12 4:47 
AnswerRe: Why c is so important? Pin
Richard MacCutchan10-Dec-12 5:52
mveRichard MacCutchan10-Dec-12 5:52 
QuestionPlease vote for C++/CLI debug visualizer support Pin
John Schroedl7-Dec-12 4:25
professionalJohn Schroedl7-Dec-12 4:25 
QuestionHow to use NTGraph3D Activex Control in Visual Studio 2010. Pin
DhrumilS23-Nov-12 0:47
DhrumilS23-Nov-12 0:47 

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.