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

Managed C++/CLI

 
QuestionMenus in child forms Pin
wcurtiss23-May-08 4:46
wcurtiss23-May-08 4:46 
AnswerRe: Menus in child forms Pin
led mike23-May-08 5:22
led mike23-May-08 5:22 
GeneralRe: Menus in child forms Pin
wcurtiss23-May-08 5:45
wcurtiss23-May-08 5:45 
GeneralRe: Menus in child forms Pin
led mike23-May-08 6:29
led mike23-May-08 6:29 
QuestionVery fundamental question on scope in Visual C++ .NET C++/CLI programming [modified] Pin
aa1ww23-May-08 4:24
professionalaa1ww23-May-08 4:24 
AnswerRe: Very fundamental question on scope in Visual C++ .NET C++/CLI programming Pin
led mike23-May-08 4:41
led mike23-May-08 4:41 
GeneralRe: Very fundamental question on scope in Visual C++ .NET C++/CLI programming Pin
aa1ww23-May-08 5:36
professionalaa1ww23-May-08 5:36 
GeneralRe: Very fundamental question on scope in Visual C++ .NET C++/CLI programming Pin
led mike23-May-08 6:01
led mike23-May-08 6:01 
aa1ww wrote:
but some of the architecting does indeed seem to be Visual C++ & C++/CLI dependent.

Not tying to be mean but I suggest you stop using the word architecture until you have a better grasp on Object Oriented Design.

aa1ww wrote:
Some examples of this:
- Form1 is instantiated and launched by Application::Run
which is passed a managed Application Context handle.
So that requires an understanding of the specifics of
the Application class.


As I stated in my last post, that is an aspect of the .NET Platform and the .NET Framework, it is NOT specific to C++/CLI.

led mike wrote:
Just to be clear there may not be anything specific to C++/CLI about your question, the answer you seek is a combination of fundamental C++ file management, .NET Platform fundamentals and Object Oriented Design.


aa1ww wrote:
Would the descriptions in the
"Design Patterns" book take that mechanism into account?


That does not make any sense. My reference to Object Oriented Design and Patterns was directed at your need to design your own code, not your need to understand the .NET Framework design. Although it could be applied that way because the .NET Framework uses many of the Design Patterns, that was not the intention of my statement.

aa1ww wrote:
I'll look at Wikipedia. I was hoping that a few very common patterns more complicated than example programs but still idiomatic and popular might be in the code extant. I'll keep looking.


I have no idea what that means but as I stated in my last post, this is a large subject and it takes time. So if you are looking for some sort of three hour tour that imparts the type of experiential knowledge that takes years for most of us to obtain I believe you are going to be spinning your wheels.


led mike

GeneralRe: Very fundamental question on scope in Visual C++ .NET C++/CLI programming Pin
led mike23-May-08 6:33
led mike23-May-08 6:33 
QuestionHow do you change the Build Action property of an icon? Pin
BuckBrown22-May-08 10:42
BuckBrown22-May-08 10:42 
AnswerRe: How do you change the Build Action property of an icon? Pin
led mike23-May-08 5:30
led mike23-May-08 5:30 
GeneralRe: How do you change the Build Action property of an icon? Pin
BuckBrown23-May-08 7:05
BuckBrown23-May-08 7:05 
GeneralRe: How do you change the Build Action property of an icon? Pin
led mike23-May-08 7:39
led mike23-May-08 7:39 
GeneralRe: How do you change the Build Action property of an icon? Pin
BuckBrown23-May-08 8:23
BuckBrown23-May-08 8:23 
GeneralRe: How do you change the Build Action property of an icon? Pin
led mike23-May-08 8:41
led mike23-May-08 8:41 
GeneralRe: How do you change the Build Action property of an icon? Pin
BuckBrown23-May-08 9:11
BuckBrown23-May-08 9:11 
GeneralRe: How do you change the Build Action property of an icon? Pin
BuckBrown23-May-08 12:07
BuckBrown23-May-08 12:07 
GeneralRe: How do you change the Build Action property of an icon? Pin
led mike27-May-08 4:37
led mike27-May-08 4:37 
QuestionWrapping MFC project to .net Pin
Fu Manchu22-May-08 0:34
Fu Manchu22-May-08 0:34 
AnswerRe: Wrapping MFC project to .net Pin
led mike22-May-08 4:34
led mike22-May-08 4:34 
GeneralRe: Wrapping MFC project to .net Pin
Fu Manchu22-May-08 4:56
Fu Manchu22-May-08 4:56 
GeneralRe: Wrapping MFC project to .net Pin
led mike22-May-08 10:15
led mike22-May-08 10:15 
GeneralRe: Wrapping MFC project to .net Pin
Fu Manchu22-May-08 10:31
Fu Manchu22-May-08 10:31 
GeneralRe: Wrapping MFC project to .net Pin
led mike23-May-08 5:21
led mike23-May-08 5:21 
AnswerRe: Wrapping MFC project to .net Pin
Joe Woodbury30-May-08 11:39
professionalJoe Woodbury30-May-08 11:39 

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.