Since 4/2/2012 6:02:11 AM, jstanforth has written 2 articles and participated in 0 conversations. jstanforth signature: jstanforth
jstanforth's articles:
Items(2) /1
Linker: 'undefined references' using derived class3227 (7/14/2005 8:00:41 AM) comp.lang.c++.moderated Hi everyone, I suspect I'm doing something trivially stupid here, but staring at this for a few hours has my eyes glazed over. :) I wonder if someone out there might have an idea of why I'm getting the follow... jstanforth
std::map< MyString, MyString > comparison operator?14431 (4/10/2005 10:40:00 PM) comp.lang.c++.moderated This is probably a very obvious question, but I'm not clear on what operators need to be implemented for std::map.find() to work. For example, I have a class MyString that wraps std::string, and which also imp... jstanforth