Connecting Tech Pros Worldwide Forums | Help | Site Map

Context Inversion Of Control & c++

Tanari
Guest
 
Posts: n/a
#1: Mar 26 '06
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! ]


Roland Pibinger
Guest
 
Posts: n/a
#2: Mar 26 '06

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
Roland Pibinger
Guest
 
Posts: n/a
#3: Mar 26 '06

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