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

Managed C++/CLI

 
GeneralaxWebBrowser in MC++ Pin
2-Jul-05 9:31
suss2-Jul-05 9:31 
GeneralRe: axWebBrowser in MC++ Pin
ursus zeta3-Jul-05 12:31
ursus zeta3-Jul-05 12:31 
GeneralRe: axWebBrowser in MC++ Pin
osamahmirza4-Jul-05 10:11
osamahmirza4-Jul-05 10:11 
GeneralDeveloping Database Applications Using Dialog Forms instead of SDI or MDI with ADO connectivity Pin
Wisdom200429-Jun-05 21:24
Wisdom200429-Jun-05 21:24 
GeneralRe: Developing Database Applications Using Dialog Forms instead of SDI or MDI with ADO connectivity Pin
osamahmirza2-Jul-05 9:56
osamahmirza2-Jul-05 9:56 
Generalproblem with _beginthread in second class Pin
Niels_Bergsma29-Jun-05 12:56
Niels_Bergsma29-Jun-05 12:56 
GeneralArray Pin
Saksida Bojan28-Jun-05 6:05
Saksida Bojan28-Jun-05 6:05 
GeneralRe: Array Pin
ursus zeta2-Jul-05 8:50
ursus zeta2-Jul-05 8:50 
Read this at MSDN:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmxspec/html/vcManagedExtensionsSpec_4_5.asp[^]

Array syntax is a little different in the .NET Framework, than it is in just plain old Win32 Visual C++.
The __gc array is declared first with the new operator; optionally, with an integer for the size of the array (although this can be altered, arrays are dynamic). After creating the array, you then initialize it using the element member index. It's pretty simple, really.
GeneralMagaging Document and View Classes inDialog Based Database applications. Pin
Wisdom200428-Jun-05 0:59
Wisdom200428-Jun-05 0:59 
GeneralRe: Magaging Document and View Classes inDialog Based Database applications. Pin
Sheng Jiang 蒋晟10-Jul-05 14:06
Sheng Jiang 蒋晟10-Jul-05 14:06 
QuestionHow to wrapp Friend function in managed c++? Pin
SudhaMakki28-Jun-05 0:51
SudhaMakki28-Jun-05 0:51 
AnswerRe: How to wrapp Friend function in managed c++? Pin
ursus zeta2-Jul-05 8:55
ursus zeta2-Jul-05 8:55 
GeneralCreating Files Pin
Saksida Bojan27-Jun-05 10:02
Saksida Bojan27-Jun-05 10:02 
GeneralRe: Creating Files Pin
osamahmirza2-Jul-05 10:07
osamahmirza2-Jul-05 10:07 
GeneralRe: Creating Files Pin
Saksida Bojan3-Jul-05 3:38
Saksida Bojan3-Jul-05 3:38 
GeneralRe: Creating Files Pin
afinnell15-Jul-05 15:50
afinnell15-Jul-05 15:50 
GeneralRe: Creating Files Pin
Saksida Bojan18-Jul-05 4:35
Saksida Bojan18-Jul-05 4:35 
Generalopening word and passing strings to a word template doc in C++ Pin
JPARR27-Jun-05 0:37
JPARR27-Jun-05 0:37 
GeneralRe: opening word and passing strings to a word template doc in C++ Pin
ursus zeta28-Jun-05 10:19
ursus zeta28-Jun-05 10:19 
GeneralRe: opening word and passing strings to a word template doc in C++ Pin
JPARR28-Jun-05 22:38
JPARR28-Jun-05 22:38 
GeneralFile Operation (Read, Write etc..) monitoring system Pin
e_prabhu26-Jun-05 23:15
e_prabhu26-Jun-05 23:15 
GeneralRe: evolutionry artificial neural network (neural network with genetic algorithm) Pin
Christian Graus26-Jun-05 19:55
protectorChristian Graus26-Jun-05 19:55 
GeneralParameter passing between Managed C++ and C#.NET Pin
wdli24-Jun-05 13:52
wdli24-Jun-05 13:52 
GeneralPen-and-ink filter code Pin
Member 176365723-Jun-05 3:51
Member 176365723-Jun-05 3:51 
GeneralRe: Pen-and-ink filter code Pin
Christian Graus23-Jun-05 18:28
protectorChristian Graus23-Jun-05 18:28 

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.