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

Managed C++/CLI

 
AnswerRe: How to use unicode string in MC++ Pin
Tim Smith29-Sep-03 12:34
Tim Smith29-Sep-03 12:34 
GeneralString conversion... Pin
raitz23-Sep-03 9:11
raitz23-Sep-03 9:11 
GeneralRe: String conversion... Pin
Anthony_Yio24-Sep-03 16:55
Anthony_Yio24-Sep-03 16:55 
GeneralRe: String conversion... Pin
raitz25-Sep-03 6:19
raitz25-Sep-03 6:19 
QuestionHow to use c dlls in managed c++ Pin
Shailaja23-Sep-03 0:55
Shailaja23-Sep-03 0:55 
AnswerRe: How to use c dlls in managed c++ Pin
Heath Stewart23-Sep-03 3:01
protectorHeath Stewart23-Sep-03 3:01 
GeneralInterface between classes Pin
LordVador22-Sep-03 23:31
LordVador22-Sep-03 23:31 
GeneralRe: Interface between classes Pin
Heath Stewart23-Sep-03 2:44
protectorHeath Stewart23-Sep-03 2:44 
Why not simply pass the instance of class A into class B when you instantiate it (not invoke). Pass it into the constructor or as a property - it all dependends on various factors. If class A is basically a dependency of class B to do anything useful, then A should probably be passed to B's constructor because B can't function without it. It all comes down to a good OO design - making sure that your objects have good relationships defined between them. There are many great articles here on CP about various OO design patterns.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
QuestionC++ Lib -> Dll (Wrapper) - How? Pin
Chua Wen Ching21-Sep-03 2:03
Chua Wen Ching21-Sep-03 2:03 
AnswerRe: C++ Lib -> Dll (Wrapper) - How? Pin
Nemanja Trifunovic22-Sep-03 10:20
Nemanja Trifunovic22-Sep-03 10:20 
GeneralRe: C++ Lib -> Dll (Wrapper) - How? Pin
Chua Wen Ching23-Sep-03 22:58
Chua Wen Ching23-Sep-03 22:58 
Generalsave a high color image as 256 color or fewer Pin
mr6020-Sep-03 8:52
mr6020-Sep-03 8:52 
GeneralRe: save a high color image as 256 color or fewer Pin
Heath Stewart23-Sep-03 3:03
protectorHeath Stewart23-Sep-03 3:03 
QuestionInterop Marshalling Performance - System.String to BSTR* too slow. Ideas? Pin
Jeremy Kimball17-Sep-03 2:22
Jeremy Kimball17-Sep-03 2:22 
AnswerRe: Interop Marshalling Performance - System.String to BSTR* too slow. Ideas? Pin
Nish Nishant20-Sep-03 17:34
sitebuilderNish Nishant20-Sep-03 17:34 
GeneralOoops Pin
Nish Nishant20-Sep-03 17:36
sitebuilderNish Nishant20-Sep-03 17:36 
GeneralRe: Interop Marshalling Performance - System.String to BSTR* too slow. Ideas? Pin
Jeremy Kimball20-Sep-03 18:00
Jeremy Kimball20-Sep-03 18:00 
GeneralAccessing OLE object from Database in VC++.Net Pin
sivaramakrishna16-Sep-03 23:24
sivaramakrishna16-Sep-03 23:24 
GeneralRe: Accessing OLE object from Database in VC++.Net Pin
Tom Archer22-Sep-03 16:49
Tom Archer22-Sep-03 16:49 
GeneralRe: Accessing OLE object from Database in VC++.Net Pin
sivaramakrishna22-Sep-03 21:38
sivaramakrishna22-Sep-03 21:38 
GeneralApp.Config File Pin
DR Clevenger11-Sep-03 7:44
DR Clevenger11-Sep-03 7:44 
GeneralRe: App.Config File Pin
Mazdak11-Sep-03 8:17
Mazdak11-Sep-03 8:17 
GeneralRe: App.Config File Pin
DR Clevenger11-Sep-03 8:36
DR Clevenger11-Sep-03 8:36 
GeneralRe: App.Config File Pin
DR Clevenger11-Sep-03 9:05
DR Clevenger11-Sep-03 9:05 
GeneralUsing a function across code Pin
monrobot1310-Sep-03 14:16
monrobot1310-Sep-03 14:16 

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.