User profile: DrDogg

User info
User name:DrDogg
Bio:I've been programming for about 9 years now. Despite my apparent obsession with programming I'm not actually in or studying to enter any sort of technical profession. I'm actually a med-school student. Alarming isn't it?
Statistical data
Occupation:Student
Skills:C
PHP
C++
VB .NET
Assembly
Java
Javascript
ASP
History
Joined:
Number of posts:20
Latest posts:

Multiple and virtual inheritance - dreaded diamond
See this thread: http://www.cplusplus.com/forum/general/1414/ The basic issue is that virtual inh...

Code for Thought: Inheritance, name lookup and access control.
rpgfan3233: >> The order of name lookup? Not sure if I understand, Sorry, my bad. Not very clea...

Code for Thought: Inheritance, name lookup and access control.
This thread was inspired by http://www.cplusplus.com/forum/general/1363/ where, frankly, we all got ...

virtual multiple inheritance
ropex: The order of the initialisation list has no impact on the order of initialisation. Object wil...

virtual multiple inheritance
When using virtual inheritance the same instance of Object is shared by both Object1 and Object2 whe...