Click here to Skip to main content
15,897,226 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Resizing Dialog and Controls Pin
ThatsAlok3-Feb-06 4:39
ThatsAlok3-Feb-06 4:39 
QuestionNeed Help in Project Pin
cookie7892-Feb-06 18:09
cookie7892-Feb-06 18:09 
AnswerRe: Need Help in Project Pin
Jagadeesh VN2-Feb-06 18:56
Jagadeesh VN2-Feb-06 18:56 
AnswerRe: Need Help in Project Pin
John R. Shaw2-Feb-06 19:42
John R. Shaw2-Feb-06 19:42 
QuestionFreaky Problem on XP SP2 Pin
JohnnyG2-Feb-06 16:42
JohnnyG2-Feb-06 16:42 
QuestionCListCtrl issue Pin
imak2-Feb-06 16:21
imak2-Feb-06 16:21 
AnswerRe: CListCtrl issue Pin
_anil_2-Feb-06 18:05
_anil_2-Feb-06 18:05 
GeneralRe: CListCtrl issue Pin
Jagadeesh VN2-Feb-06 18:52
Jagadeesh VN2-Feb-06 18:52 
There is no keyword super in C++. It's available only in Java.

I am not seeing any problem whatsoever using the Sort function of the Base class. Just call the method Sort(...) and pass the parameters. As long as the Sort method is not virtual, you will always end-up in the Base class method.

Alternatively you can think of making Sort(...) method static as long as it is not refering any class memebers and you are passing all the values in the parameter list. You can invoke the method using CGenericListCtrl::Sort(...)


"A robust program is resistant to errors -- it either works correctly, or it does not work at all; whereas a fault tolerant program must actually recover from errors."
GeneralRe: CListCtrl issue Pin
imak3-Feb-06 4:09
imak3-Feb-06 4:09 
QuestionSimple http command prompt client Pin
conrad107812-Feb-06 16:05
conrad107812-Feb-06 16:05 
AnswerRe: Simple http command prompt client Pin
Ryan Binns2-Feb-06 17:24
Ryan Binns2-Feb-06 17:24 
QuestionHow to load a url or a html document? Pin
shertay2-Feb-06 15:21
shertay2-Feb-06 15:21 
AnswerRe: How to load a url or a html document? Pin
EXTEIDE2-Feb-06 15:47
EXTEIDE2-Feb-06 15:47 
GeneralRe: How to load a url or a html document? Pin
shertay2-Feb-06 15:54
shertay2-Feb-06 15:54 
GeneralRe: How to load a url or a html document? Pin
EXTEIDE2-Feb-06 16:22
EXTEIDE2-Feb-06 16:22 
GeneralRe: How to load a url or a html document? Pin
shertay2-Feb-06 21:29
shertay2-Feb-06 21:29 
AnswerRe: How to load a url or a html document? Pin
Stephen Hewitt3-Feb-06 1:31
Stephen Hewitt3-Feb-06 1:31 
QuestionEXE file Pin
greendays_012-Feb-06 14:30
greendays_012-Feb-06 14:30 
AnswerRe: EXE file Pin
EXTEIDE2-Feb-06 14:42
EXTEIDE2-Feb-06 14:42 
AnswerRe: EXE file Pin
Gary R. Wheeler2-Feb-06 14:43
Gary R. Wheeler2-Feb-06 14:43 
AnswerRe: EXE file Pin
greendays_012-Feb-06 16:05
greendays_012-Feb-06 16:05 
QuestionStoring Password in Outlook Express using "RegSetValueEx" Pin
amano8u2-Feb-06 13:48
amano8u2-Feb-06 13:48 
AnswerRe: Storing Password in Outlook Express using "RegSetValueEx" Pin
Stephen Hewitt2-Feb-06 14:00
Stephen Hewitt2-Feb-06 14:00 
GeneralRe: Storing Password in Outlook Express using "RegSetValueEx" Pin
amano8u2-Feb-06 14:03
amano8u2-Feb-06 14:03 
GeneralRe: Storing Password in Outlook Express using "RegSetValueEx" Pin
Stephen Hewitt2-Feb-06 14:09
Stephen Hewitt2-Feb-06 14:09 

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.