Connecting Tech Pros Worldwide Help | Site Map

Context Inversion Of Control & c++

  #1  
Old March 26th, 2006, 12:55 PM
Tanari
Guest
 
Posts: n/a
I'm interested in learning about using Context Inversion of Control in
c++, but all of the examples I can find use C# or Java. Can someone
direct me to an example of Context IoC written in C++? Thank-you.


[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]

  #2  
Old March 26th, 2006, 01:45 PM
Roland Pibinger
Guest
 
Posts: n/a

re: Context Inversion Of Control & c++


On 26 Mar 2006 07:38:36 -0500, "Tanari" <tanari.jay@gmail.com> wrote:[color=blue]
>I'm interested in learning about using Context Inversion of Control in
>c++, but all of the examples I can find use C# or Java. Can someone
>direct me to an example of Context IoC written in C++? Thank-you.[/color]

The classic 'Dependency Inversion' article by Robert Martin can be
found at http://www.objectmentor.com/resources/articles/dip.pdf . You
will hardly find anything about 'Context Inversion of Control' in C++
though.

Best wishes,
Roland Pibinger
  #3  
Old March 26th, 2006, 06:15 PM
Roland Pibinger
Guest
 
Posts: n/a

re: Context Inversion Of Control & c++


On 26 Mar 2006 07:38:36 -0500, "Tanari" <tanari.jay@gmail.com> wrote:[color=blue]
> I'm interested in learning about using Context Inversion of Control in
> c++, but all of the examples I can find use C# or Java. Can someone
> direct me to an example of Context IoC written in C++? Thank-you.[/color]

The classic 'Dependency Inversion' article by Robert Martin can be
found at http://www.objectmentor.com/resources/articles/dip.pdf . You
will hardly find anything about 'Context Inversion of Control' in C++
though.

Best wishes,
Roland Pibinger

[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]

Closed Thread