Click here to Skip to main content
15,904,024 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCArchive and CompoundFile Pin
wangyiming31-Jan-02 22:04
wangyiming31-Jan-02 22:04 
GeneralRe: CArchive and CompoundFile Pin
wangyiming1-Feb-02 15:11
wangyiming1-Feb-02 15:11 
Generaltrouble Pin
31-Jan-02 21:31
suss31-Jan-02 21:31 
GeneralRe: trouble Pin
Johan Rosengren22-Jun-04 8:42
Johan Rosengren22-Jun-04 8:42 
Questiondoes Windows registry record the bootup and shutdown time? Pin
DengJW31-Jan-02 21:01
DengJW31-Jan-02 21:01 
GeneralSTL - Newbie... Pin
Bernhard31-Jan-02 20:34
Bernhard31-Jan-02 20:34 
GeneralRe: STL - Newbie... Pin
Joaquín M López Muñoz31-Jan-02 23:41
Joaquín M López Muñoz31-Jan-02 23:41 
GeneralRe: STL - Newbie... Pin
Bernhard31-Jan-02 23:51
Bernhard31-Jan-02 23:51 
well.. thank you for this.. but my real problem is as follows..
i mostly use containers of classes.. and so i am writing functions to compare them (i hardly ever use stuff like greater)
and how do i achieve this..
my fun's look mostly like:
bool rmore (const Class* &l, const Class* &r)
{
	return (l->x > r->x);
}

i wanted to write sthing like
bool rlikestring (const Class* &c, string s)
{
  return (c_membervar = s);
}

does this work this way? (it would be pretty cool for algorithms like remove_if)

thanks for your answer
bernhard


Sometimes I think the surest sign for intelligent life elsewhere in
the universe is that none of them ever tried to contact us.
GeneralSorry i was in a hurry... Pin
Bernhard31-Jan-02 23:53
Bernhard31-Jan-02 23:53 
GeneralRe: STL - Newbie... Pin
Joaquín M López Muñoz1-Feb-02 3:15
Joaquín M López Muñoz1-Feb-02 3:15 
Generalimport a .DXF file Pin
Gayan31-Jan-02 20:31
Gayan31-Jan-02 20:31 
GeneralRe: import a .DXF file Pin
Jon Hulatt31-Jan-02 23:00
Jon Hulatt31-Jan-02 23:00 
GeneralRe: import a .DXF file Pin
Roger Allen1-Feb-02 3:30
Roger Allen1-Feb-02 3:30 
GeneralOO Design question Pin
Jerome Conus31-Jan-02 19:48
Jerome Conus31-Jan-02 19:48 
GeneralRe: OO Design question Pin
Paul M Watt31-Jan-02 20:11
mentorPaul M Watt31-Jan-02 20:11 
GeneralRe: OO Design question Pin
Bernhard31-Jan-02 20:14
Bernhard31-Jan-02 20:14 
GeneralRe: OO Design question Pin
Joaquín M López Muñoz31-Jan-02 20:20
Joaquín M López Muñoz31-Jan-02 20:20 
GeneralAbout "https://" Pin
wabc31-Jan-02 19:28
wabc31-Jan-02 19:28 
GeneralRe: About "https://" Pin
Kastellanos Nikos1-Feb-02 2:07
Kastellanos Nikos1-Feb-02 2:07 
GeneralRe: About "https://" Pin
lucy1-Feb-02 3:32
lucy1-Feb-02 3:32 
QuestionHow to make an installation package with VC++6 Pin
DengJW31-Jan-02 18:54
DengJW31-Jan-02 18:54 
AnswerRe: How to make an installation package with VC++6 Pin
Mazdak31-Jan-02 19:03
Mazdak31-Jan-02 19:03 
GeneralRe: How to make an installation package with VC++6 Pin
DengJW31-Jan-02 19:57
DengJW31-Jan-02 19:57 
Questioncan I write a program to record Windows sytem up/off time? Pin
DengJW31-Jan-02 18:51
DengJW31-Jan-02 18:51 
AnswerRe: can I write a program to record Windows sytem up/off time? Pin
wangyiming31-Jan-02 19:18
wangyiming31-Jan-02 19:18 

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.