Click here to Skip to main content
15,922,512 members
Home / Discussions / C#
   

C#

 
GeneralRe: _getch() Pin
J. Dunlap23-Oct-03 8:53
J. Dunlap23-Oct-03 8:53 
GeneralRe: _getch() Pin
leppie23-Oct-03 9:12
leppie23-Oct-03 9:12 
GeneralRe: _getch() Pin
J. Dunlap23-Oct-03 9:17
J. Dunlap23-Oct-03 9:17 
GeneralRe: _getch() Pin
shaunAustin26-Oct-03 21:58
shaunAustin26-Oct-03 21:58 
GeneralPlaying a simple sound with C# Pin
bsargos23-Oct-03 1:52
bsargos23-Oct-03 1:52 
GeneralRe: Playing a simple sound with C# Pin
Judah Gabriel Himango24-Oct-03 4:25
sponsorJudah Gabriel Himango24-Oct-03 4:25 
QuestionHow to configure an Ethernet connection? Pin
azazel1234523-Oct-03 1:28
azazel1234523-Oct-03 1:28 
AnswerRe: How to configure an Ethernet connection? Pin
Giles23-Oct-03 3:03
Giles23-Oct-03 3:03 
GeneralRe: How to configure an Ethernet connection? Pin
azazel1234523-Oct-03 4:04
azazel1234523-Oct-03 4:04 
GeneralRe: How to configure an Ethernet connection? Pin
Kentamanos23-Oct-03 7:36
Kentamanos23-Oct-03 7:36 
GeneralC# with Mac OS-X Pin
robi@robisoft.it23-Oct-03 0:48
robi@robisoft.it23-Oct-03 0:48 
GeneralRe: C# with Mac OS-X Pin
jparsons23-Oct-03 2:29
jparsons23-Oct-03 2:29 
GeneralRe: C# with Mac OS-X Pin
leppie23-Oct-03 7:16
leppie23-Oct-03 7:16 
GeneralRe: C# with Mac OS-X Pin
Giles23-Oct-03 3:07
Giles23-Oct-03 3:07 
GeneralRe: C# with Mac OS-X Pin
Mike Dimmick23-Oct-03 3:44
Mike Dimmick23-Oct-03 3:44 
GeneralRe: C# with Mac OS-X Pin
leppie23-Oct-03 7:14
leppie23-Oct-03 7:14 
GeneralRe: C# with Mac OS-X Pin
robi@robisoft.it24-Oct-03 21:44
robi@robisoft.it24-Oct-03 21:44 
GeneralRe: C# with Mac OS-X Pin
leppie24-Oct-03 22:02
leppie24-Oct-03 22:02 
GeneralDataGrid Columns Pin
Mazdak23-Oct-03 0:26
Mazdak23-Oct-03 0:26 
GeneralRe: DataGrid Columns Pin
Ryan_Roberts23-Oct-03 3:06
Ryan_Roberts23-Oct-03 3:06 
GeneralCustom Rich Edit Box Pin
SaeidehV23-Oct-03 0:12
SaeidehV23-Oct-03 0:12 
GeneralForm opacity Pin
Georgi Atanasov22-Oct-03 23:57
Georgi Atanasov22-Oct-03 23:57 
Generalprinting Pin
brain2cpu22-Oct-03 23:33
professionalbrain2cpu22-Oct-03 23:33 
GeneralUpdating Database Pin
Mazdak22-Oct-03 20:20
Mazdak22-Oct-03 20:20 
GeneralA question for the GURUs Pin
Anonymous22-Oct-03 20:13
Anonymous22-Oct-03 20:13 
If I inherit a class B from class A virtually, like this:

class B : virtual A{

};

then I presume, instance of B will contain a vbptr. My question is, where this vbptr will point to, or in other words, what is assigned to vbptr ?

Will it be pointing to the base class object A / to a virtual table ??

Can anyone tell me how vbptrs are implemented under the scenes.

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.