Click here to Skip to main content
15,922,155 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: c++ source code for acm 2004-2005 problems Pin
killabyte12-Jul-09 19:03
killabyte12-Jul-09 19:03 
AnswerRe: c++ source code for acm 2004-2005 problems Pin
santosh10313-Jul-09 0:28
santosh10313-Jul-09 0:28 
QuestionReport on Threadpool Scheduling Techniques -- Need Feedback Pin
Cyrilix12-Jul-09 11:26
Cyrilix12-Jul-09 11:26 
AnswerRe: Report on Threadpool Scheduling Techniques -- Need Feedback Pin
Stuart Dootson12-Jul-09 13:14
professionalStuart Dootson12-Jul-09 13:14 
GeneralRe: Report on Threadpool Scheduling Techniques -- Need Feedback [modified] Pin
Cyrilix12-Jul-09 14:15
Cyrilix12-Jul-09 14:15 
AnswerRe: Report on Threadpool Scheduling Techniques -- Need Feedback Pin
killabyte12-Jul-09 18:59
killabyte12-Jul-09 18:59 
GeneralRe: Report on Threadpool Scheduling Techniques -- Need Feedback Pin
Cyrilix12-Jul-09 19:05
Cyrilix12-Jul-09 19:05 
GeneralRe: Report on Threadpool Scheduling Techniques -- Need Feedback Pin
killabyte12-Jul-09 19:13
killabyte12-Jul-09 19:13 
Questionhello well i get a very weird error and cant fix it i know it has do to something with brackets ) Pin
nah133712-Jul-09 10:31
nah133712-Jul-09 10:31 
AnswerRe: hello well i get a very weird error and cant fix it i know it has do to something with brackets ) Pin
Stuart Dootson12-Jul-09 13:29
professionalStuart Dootson12-Jul-09 13:29 
AnswerRe: hello well i get a very weird error and cant fix it i know it has do to something with brackets ) Pin
«_Superman_»12-Jul-09 16:45
professional«_Superman_»12-Jul-09 16:45 
GeneralRe: hello well i get a very weird error and cant fix it i know it has do to something with brackets ) Pin
nah133713-Jul-09 10:50
nah133713-Jul-09 10:50 
GeneralRe: hello well i get a very weird error and cant fix it i know it has do to something with brackets ) Pin
«_Superman_»13-Jul-09 16:52
professional«_Superman_»13-Jul-09 16:52 
GeneralRe: hello well i get a very weird error and cant fix it i know it has do to something with brackets ) Pin
nah133714-Jul-09 9:57
nah133714-Jul-09 9:57 
QuestionHEAP: Heap block at 003BCB48 modified at 003BCC6C past requested size of 11c Pin
transoft12-Jul-09 8:27
transoft12-Jul-09 8:27 
AnswerRe: HEAP: Heap block at 003BCB48 modified at 003BCC6C past requested size of 11c Pin
Luc Pattyn12-Jul-09 8:36
sitebuilderLuc Pattyn12-Jul-09 8:36 
AnswerRe: HEAP: Heap block at 003BCB48 modified at 003BCC6C past requested size of 11c Pin
Stuart Dootson12-Jul-09 8:37
professionalStuart Dootson12-Jul-09 8:37 
AnswerRe: HEAP: Heap block at 003BCB48 modified at 003BCC6C past requested size of 11c Pin
Luc Pattyn12-Jul-09 9:58
sitebuilderLuc Pattyn12-Jul-09 9:58 
Questionvptr help? [modified] Pin
sam_psycho12-Jul-09 6:20
sam_psycho12-Jul-09 6:20 
AnswerRe: vptr help? Pin
Stuart Dootson12-Jul-09 8:08
professionalStuart Dootson12-Jul-09 8:08 
GeneralRe: vptr help? Pin
Graham Shanks12-Jul-09 8:36
Graham Shanks12-Jul-09 8:36 
Actually the code will (and does) compile. Note that base is inherited virtually (note the use of virtual public base in the declaration of class d2). This ensures that only one version of the base class will be included in d2

However, you are completely correct in that there is no vtable, and the output wil be base f1base f2.

Graham

Librarians rule, Ook!

GeneralRe: vptr help? Pin
Stuart Dootson12-Jul-09 8:46
professionalStuart Dootson12-Jul-09 8:46 
GeneralRe: vptr help? Pin
Graham Shanks12-Jul-09 8:56
Graham Shanks12-Jul-09 8:56 
GeneralRe: vptr help? Pin
Stuart Dootson12-Jul-09 9:02
professionalStuart Dootson12-Jul-09 9:02 
GeneralRe: vptr help? Pin
Joe Woodbury12-Jul-09 17:25
professionalJoe Woodbury12-Jul-09 17:25 

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.