Click here to Skip to main content
16,012,223 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Popup dialogs - Move to back and minimise problem Pin
7-Jan-02 17:06
suss7-Jan-02 17:06 
GeneralRe: Popup dialogs - Move to back and minimise problem Pin
Nish Nishant7-Jan-02 18:14
sitebuilderNish Nishant7-Jan-02 18:14 
GeneralRe: Popup dialogs - Move to back and minimise problem Pin
7-Jan-02 18:23
suss7-Jan-02 18:23 
GeneralRe: Popup dialogs - Move to back and minimise problem Pin
Nish Nishant7-Jan-02 18:36
sitebuilderNish Nishant7-Jan-02 18:36 
GeneralRe: Popup dialogs - Move to back and minimise problem Pin
Corremn8-Jan-02 11:43
Corremn8-Jan-02 11:43 
GeneralRe: Popup dialogs - Move to back and minimise problem Pin
Nish Nishant8-Jan-02 20:14
sitebuilderNish Nishant8-Jan-02 20:14 
Generalunc path for folder shortcut Pin
kasturirawat7-Jan-02 13:46
kasturirawat7-Jan-02 13:46 
Questionstd::map ??? Pin
Giles7-Jan-02 11:33
Giles7-Jan-02 11:33 
I've been getting into the std lib recently.

Have just been trying out map and multimap containers, and while the code compiles I get loads of warnings such as C4786. Seems to be compaining the class name is too long. Anyone experienced this, or how best to clean up code that produces this error?

I'm doing a drill down on a database using a tree control so I want to remember a simple key to locate a node I may or may not have inserted yet?
class CNodeLookup : public map<CString, HTREEITEM>
{
public:
	CNodeLookup()
	{
	}

	virtual ~CNodeLookup()
	{
	}
};


Thanks in advance, Smile | :)


Giles
AnswerRe: std::map ??? Pin
Christian Graus7-Jan-02 12:01
protectorChristian Graus7-Jan-02 12:01 
GeneralRe: std::map ??? Pin
Todd Smith7-Jan-02 12:48
Todd Smith7-Jan-02 12:48 
GeneralRe: std::map ??? Pin
Giles7-Jan-02 22:04
Giles7-Jan-02 22:04 
GeneralRe: std::map ??? Pin
Bernhard8-Jan-02 4:10
Bernhard8-Jan-02 4:10 
GeneralStopping CEdit to show floats in scientific notation Pin
Steve The Plant7-Jan-02 11:17
Steve The Plant7-Jan-02 11:17 
GeneralRe: Stopping CEdit to show floats in scientific notation Pin
James R. Twine8-Jan-02 7:44
James R. Twine8-Jan-02 7:44 
GeneralDoc/View question Pin
alex.barylski7-Jan-02 10:22
alex.barylski7-Jan-02 10:22 
GeneralRe: Doc/View question Pin
J Patel7-Jan-02 10:31
J Patel7-Jan-02 10:31 
GeneralRe: Doc/View question Pin
alex.barylski7-Jan-02 11:28
alex.barylski7-Jan-02 11:28 
GeneralRe: Doc/View question Pin
J Patel7-Jan-02 11:30
J Patel7-Jan-02 11:30 
GeneralRe: Doc/View question Pin
alex.barylski7-Jan-02 11:50
alex.barylski7-Jan-02 11:50 
GeneralRe: Doc/View question Pin
Derek Waters7-Jan-02 12:11
Derek Waters7-Jan-02 12:11 
GeneralRe: Doc/View question Pin
alex.barylski7-Jan-02 12:23
alex.barylski7-Jan-02 12:23 
GeneralVariable Length Function parameter list Pin
slacker7-Jan-02 9:47
slacker7-Jan-02 9:47 
GeneralRe: Variable Length Function parameter list Pin
Joaquín M López Muñoz7-Jan-02 10:00
Joaquín M López Muñoz7-Jan-02 10:00 
GeneralRe: Variable Length Function parameter list Pin
Todd Smith7-Jan-02 11:47
Todd Smith7-Jan-02 11:47 
GeneralRe: Variable Length Function parameter list Pin
Tim Smith7-Jan-02 11:58
Tim Smith7-Jan-02 11:58 

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.