Click here to Skip to main content
15,891,687 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: windows TO vista!! Pin
rowdy_vc++25-Feb-08 17:44
rowdy_vc++25-Feb-08 17:44 
GeneralRe: windows TO vista!! Pin
Hamid_RT25-Feb-08 19:23
Hamid_RT25-Feb-08 19:23 
GeneralRe: windows TO vista!! Pin
rowdy_vc++25-Feb-08 20:39
rowdy_vc++25-Feb-08 20:39 
GeneralRe: windows TO vista!! Pin
Hamid_RT25-Feb-08 21:05
Hamid_RT25-Feb-08 21:05 
GeneralRe: windows TO vista!! Pin
rowdy_vc++25-Feb-08 21:51
rowdy_vc++25-Feb-08 21:51 
GeneralRe: windows TO vista!! Pin
messages26-Feb-08 23:25
messages26-Feb-08 23:25 
Generalcompile error cannot convert 'this' pointer Pin
George_George24-Feb-08 16:39
George_George24-Feb-08 16:39 
GeneralRe: compile error cannot convert 'this' pointer Pin
Stephen Hewitt24-Feb-08 17:31
Stephen Hewitt24-Feb-08 17:31 
int foo1() is not a const function so you can't call it on a const object or through a const reference. This will fix it:
int foo1() const


Steve

GeneralRe: compile error cannot convert 'this' pointer Pin
George_George24-Feb-08 17:46
George_George24-Feb-08 17:46 
QuestionAnybody know where this article went? Pin
netengineer24-Feb-08 16:30
netengineer24-Feb-08 16:30 
GeneralRe: Anybody know where this article went? Pin
Hamid_RT25-Feb-08 6:56
Hamid_RT25-Feb-08 6:56 
GeneralLiskov substitution principle Pin
George_George24-Feb-08 15:55
George_George24-Feb-08 15:55 
AnswerRe: Liskov substitution principle Pin
Rajkumar R24-Feb-08 19:28
Rajkumar R24-Feb-08 19:28 
GeneralRe: Liskov substitution principle Pin
George_George24-Feb-08 20:23
George_George24-Feb-08 20:23 
AnswerRe: Liskov substitution principle Pin
Rajkumar R24-Feb-08 20:36
Rajkumar R24-Feb-08 20:36 
GeneralRe: Liskov substitution principle Pin
George_George24-Feb-08 21:02
George_George24-Feb-08 21:02 
GeneralRe: Liskov substitution principle Pin
Rajkumar R24-Feb-08 23:08
Rajkumar R24-Feb-08 23:08 
GeneralRe: Liskov substitution principle Pin
George_George24-Feb-08 23:17
George_George24-Feb-08 23:17 
Generalhelp Pin
gentleguy24-Feb-08 15:25
gentleguy24-Feb-08 15:25 
GeneralRepost! Pin
leckey24-Feb-08 15:40
leckey24-Feb-08 15:40 
GeneralRe: Repost! Pin
gentleguy24-Feb-08 21:04
gentleguy24-Feb-08 21:04 
QuestionRe: Repost! Pin
Rajkumar R24-Feb-08 21:57
Rajkumar R24-Feb-08 21:57 
GeneralRe: Repost! Pin
gentleguy24-Feb-08 23:01
gentleguy24-Feb-08 23:01 
GeneralRe: Repost! Pin
Maxwell Chen24-Feb-08 23:08
Maxwell Chen24-Feb-08 23:08 
AnswerRe: Repost! Pin
Rajkumar R25-Feb-08 1:09
Rajkumar R25-Feb-08 1: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.