Click here to Skip to main content
15,902,938 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Pausing Current Executing Thread and Until the new Thread Returns Pin
El Corazon22-Jun-10 14:18
El Corazon22-Jun-10 14:18 
Questiongetting 64 bit stream pos Pin
Jon Hulatt22-Jun-10 5:47
Jon Hulatt22-Jun-10 5:47 
AnswerRe: getting 64 bit stream pos Pin
«_Superman_»22-Jun-10 5:58
professional«_Superman_»22-Jun-10 5:58 
AnswerRe: getting 64 bit stream pos [modified] Pin
Aescleal22-Jun-10 6:12
Aescleal22-Jun-10 6:12 
GeneralRe: getting 64 bit stream pos Pin
Jon Hulatt22-Jun-10 22:14
Jon Hulatt22-Jun-10 22:14 
QuestionC2661 Pin
T.RATHA KRISHNAN22-Jun-10 4:32
T.RATHA KRISHNAN22-Jun-10 4:32 
AnswerRe: C2661 Pin
jeron122-Jun-10 4:39
jeron122-Jun-10 4:39 
GeneralRe: C2661 Pin
T.RATHA KRISHNAN22-Jun-10 4:46
T.RATHA KRISHNAN22-Jun-10 4:46 
Sorry!
It's here. Actually I've to Subscribe to a member function.

/*Creates a SubscriberSlot that is bound to a member function.    */
template<typename T>
SubscriberSlot(bool (T::*function)(const EventArgs&), T* obj) :
    d_functor_impl(new MemberFunctionSlot<T>(function, obj))    {}


another form:

/*!    \brief
        Creates a SubscriberSlot that is bound to a functor object reference.
    */    template<typename T>
    SubscriberSlot(const FunctorReferenceBinder<T>& binder) :
        d_functor_impl(new FunctorReferenceSlot<T>(binder.d_functor))
    {}

GeneralRe: C2661 Pin
Chris Meech22-Jun-10 5:13
Chris Meech22-Jun-10 5:13 
QuestionError Pin
john563222-Jun-10 3:26
john563222-Jun-10 3:26 
AnswerRe: Error Pin
Mohan Ramachandra22-Jun-10 3:33
Mohan Ramachandra22-Jun-10 3:33 
AnswerRe: Error Pin
Emilio Garavaglia22-Jun-10 4:14
Emilio Garavaglia22-Jun-10 4:14 
QuestionCButton changing background color Pin
Sakhalean22-Jun-10 1:43
Sakhalean22-Jun-10 1:43 
AnswerRe: CButton changing background color Pin
Mohan Ramachandra22-Jun-10 3:23
Mohan Ramachandra22-Jun-10 3:23 
GeneralRe: CButton changing background color Pin
Sakhalean22-Jun-10 3:57
Sakhalean22-Jun-10 3:57 
QuestionCommunication between applications: a camera service Pin
igala.net21-Jun-10 23:52
igala.net21-Jun-10 23:52 
AnswerRe: Communication between applications: a camera service Pin
Code-o-mat22-Jun-10 0:45
Code-o-mat22-Jun-10 0:45 
GeneralRe: Communication between applications: a camera service Pin
igala.net22-Jun-10 6:04
igala.net22-Jun-10 6:04 
GeneralRe: Communication between applications: a camera service Pin
Code-o-mat22-Jun-10 9:05
Code-o-mat22-Jun-10 9:05 
GeneralRe: Communication between applications: a camera service Pin
igala.net22-Jun-10 9:39
igala.net22-Jun-10 9:39 
GeneralRe: Communication between applications: a camera service Pin
Code-o-mat22-Jun-10 9:47
Code-o-mat22-Jun-10 9:47 
GeneralRe: Communication between applications: a camera service Pin
igala.net22-Jun-10 10:02
igala.net22-Jun-10 10:02 
GeneralRe: Communication between applications: a camera service Pin
Code-o-mat22-Jun-10 10:23
Code-o-mat22-Jun-10 10:23 
GeneralRe: Communication between applications: a camera service Pin
igala.net22-Jun-10 22:19
igala.net22-Jun-10 22:19 
GeneralRe: Communication between applications: a camera service Pin
Code-o-mat23-Jun-10 0:21
Code-o-mat23-Jun-10 0:21 

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.