Click here to Skip to main content
16,008,010 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: use <pre> Pin
TClarke16-Nov-06 4:12
TClarke16-Nov-06 4:12 
GeneralRe: use <pre> Pin
toxcct16-Nov-06 4:31
toxcct16-Nov-06 4:31 
GeneralRe: use <pre> Pin
Mark Salsbery16-Nov-06 4:52
Mark Salsbery16-Nov-06 4:52 
GeneralRe: use <pre> Pin
TClarke16-Nov-06 5:01
TClarke16-Nov-06 5:01 
GeneralRe: use <pre> Pin
A_Fa17-Nov-06 20:25
A_Fa17-Nov-06 20:25 
Questionfuntion over-loading error Pin
odesh15-Nov-06 23:37
odesh15-Nov-06 23:37 
AnswerRe: funtion over-loading error [deleted] Pin
toxcct15-Nov-06 23:41
toxcct15-Nov-06 23:41 
GeneralRe: funtion over-loading error Pin
Cedric Moonen16-Nov-06 1:17
Cedric Moonen16-Nov-06 1:17 
toxcct wrote:
the function A::f() inherited mush be implemented


Again, this is false. This statement is true only if the function is pure virtual. You can perfectly have a virtual function in the base class which is not implemented in one or several derived classes (even not implemented at all in the derived classes).


Cédric Moonen
Software developer

Charting control [v1.1]

AnswerRe: funtion over-loading error Pin
Viorel.16-Nov-06 0:37
Viorel.16-Nov-06 0:37 
GeneralRe: funtion over-loading error Pin
toxcct16-Nov-06 0:45
toxcct16-Nov-06 0:45 
GeneralRe: funtion over-loading error Pin
Cedric Moonen16-Nov-06 1:11
Cedric Moonen16-Nov-06 1:11 
GeneralRe: funtion over-loading error Pin
toxcct16-Nov-06 2:14
toxcct16-Nov-06 2:14 
GeneralRe: funtion over-loading error Pin
Viorel.16-Nov-06 1:16
Viorel.16-Nov-06 1:16 
AnswerRe: funtion over-loading error Pin
Cedric Moonen16-Nov-06 1:19
Cedric Moonen16-Nov-06 1:19 
GeneralRe: funtion over-loading error Pin
odesh16-Nov-06 3:51
odesh16-Nov-06 3:51 
AnswerRe: funtion over-loading error Pin
Nemanja Trifunovic16-Nov-06 2:52
Nemanja Trifunovic16-Nov-06 2:52 
GeneralRe: funtion over-loading error Pin
odesh16-Nov-06 3:51
odesh16-Nov-06 3:51 
AnswerRe: funtion over-loading error Pin
David Crow16-Nov-06 3:13
David Crow16-Nov-06 3:13 
QuestionHow to read data from .txt file Pin
Shah Satish15-Nov-06 23:13
Shah Satish15-Nov-06 23:13 
AnswerRe: How to read data from .txt file Pin
Programm3r15-Nov-06 23:21
Programm3r15-Nov-06 23:21 
GeneralRe: How to read data from .txt file Pin
Christian Graus15-Nov-06 23:27
protectorChristian Graus15-Nov-06 23:27 
GeneralRe: How to read data from .txt file Pin
toxcct15-Nov-06 23:28
toxcct15-Nov-06 23:28 
GeneralRe: How to read data from .txt file Pin
Christian Graus15-Nov-06 23:36
protectorChristian Graus15-Nov-06 23:36 
GeneralRe: How to read data from .txt file Pin
toxcct15-Nov-06 23:39
toxcct15-Nov-06 23:39 
GeneralRe: How to read data from .txt file Pin
Programm3r15-Nov-06 23:31
Programm3r15-Nov-06 23:31 

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.