Click here to Skip to main content
16,005,162 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: where is _ATL_SIMPLEMAPENTRY defined? Pin
George_George7-Apr-08 22:28
George_George7-Apr-08 22:28 
GeneralRe: where is _ATL_SIMPLEMAPENTRY defined? Pin
CPallini7-Apr-08 22:37
mveCPallini7-Apr-08 22:37 
GeneralRe: where is _ATL_SIMPLEMAPENTRY defined? Pin
George_George7-Apr-08 23:14
George_George7-Apr-08 23:14 
QuestionRe: where is _ATL_SIMPLEMAPENTRY defined? Pin
CPallini7-Apr-08 23:22
mveCPallini7-Apr-08 23:22 
GeneralRe: where is _ATL_SIMPLEMAPENTRY defined? Pin
George_George7-Apr-08 23:36
George_George7-Apr-08 23:36 
GeneralRe: where is _ATL_SIMPLEMAPENTRY defined? Pin
CPallini8-Apr-08 0:03
mveCPallini8-Apr-08 0:03 
GeneralRe: where is _ATL_SIMPLEMAPENTRY defined? Pin
George_George8-Apr-08 0:10
George_George8-Apr-08 0:10 
GeneralRe: where is _ATL_SIMPLEMAPENTRY defined? Pin
CPallini8-Apr-08 0:27
mveCPallini8-Apr-08 0:27 
Sometimes code don't need to directly execute functions to be useful, IMyFunContainer, for instance, specializes the IMyContainer interface to MYFUN type.

typedef int (MYFUN) (int x);

template <class T>
class IMyContainer
{
public:
	virtual int add(T t)=0;
	virtual void remove(T t)=0;
};

class IMyFunContainer : public IMyContainer <MYFUN>
{
	virtual int Invoke(int iIndex, int arg)=0;
};


If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke


GeneralRe: where is _ATL_SIMPLEMAPENTRY defined? Pin
George_George8-Apr-08 5:00
George_George8-Apr-08 5:00 
GeneralRe: where is _ATL_SIMPLEMAPENTRY defined? Pin
CPallini8-Apr-08 5:53
mveCPallini8-Apr-08 5:53 
GeneralRe: where is _ATL_SIMPLEMAPENTRY defined? Pin
George_George8-Apr-08 20:42
George_George8-Apr-08 20:42 
GeneralRe: where is _ATL_SIMPLEMAPENTRY defined? Pin
CPallini7-Apr-08 22:09
mveCPallini7-Apr-08 22:09 
GeneralDetecting a backslash in a string Pin
piul7-Apr-08 2:02
piul7-Apr-08 2:02 
GeneralRe: Detecting a backslash in a string Pin
liquid_7-Apr-08 2:10
liquid_7-Apr-08 2:10 
GeneralRe: Detecting a backslash in a string Pin
Mukesh Kumar7-Apr-08 2:12
Mukesh Kumar7-Apr-08 2:12 
GeneralRe: Detecting a backslash in a string Pin
James R. Twine7-Apr-08 3:37
James R. Twine7-Apr-08 3:37 
GeneralRe: Detecting a backslash in a string Pin
krmed7-Apr-08 3:59
krmed7-Apr-08 3:59 
GeneralRe: Detecting a backslash in a string Pin
ThatsAlok7-Apr-08 6:35
ThatsAlok7-Apr-08 6:35 
QuestionWinAPI Pin
TalSt7-Apr-08 2:02
TalSt7-Apr-08 2:02 
GeneralRe: WinAPI Pin
David Crow7-Apr-08 3:29
David Crow7-Apr-08 3:29 
GeneralRe: WinAPI Pin
James R. Twine7-Apr-08 3:41
James R. Twine7-Apr-08 3:41 
GeneralRe: WinAPI Pin
led mike7-Apr-08 4:28
led mike7-Apr-08 4:28 
GeneralRe: WinAPI Pin
Iain Clarke, Warrior Programmer8-Apr-08 1:23
Iain Clarke, Warrior Programmer8-Apr-08 1:23 
GeneralRe: WinAPI Pin
TalSt8-Apr-08 2:44
TalSt8-Apr-08 2:44 
QuestionMoving from VC++ 6 to VC++ .Net Pin
MethodToChaos7-Apr-08 1:59
MethodToChaos7-Apr-08 1:59 

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.