Click here to Skip to main content
15,909,445 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: heap, stack Pin
James R. Twine12-Apr-02 15:56
James R. Twine12-Apr-02 15:56 
GeneralFormatting rebars Pin
funbag10-Apr-02 16:16
funbag10-Apr-02 16:16 
GeneralRe: Formatting rebars Pin
wangyiming12-Apr-02 3:47
wangyiming12-Apr-02 3:47 
GeneralRe: Formatting rebars Pin
wangyiming12-Apr-02 3:50
wangyiming12-Apr-02 3:50 
Generalstatic in class Pin
NicholasCougar10-Apr-02 15:46
NicholasCougar10-Apr-02 15:46 
GeneralRe: static in class Pin
Christian Graus10-Apr-02 16:06
protectorChristian Graus10-Apr-02 16:06 
GeneralRe: static in class Pin
moliate10-Apr-02 20:44
moliate10-Apr-02 20:44 
GeneralRe: static in class Pin
James R. Twine12-Apr-02 10:17
James R. Twine12-Apr-02 10:17 
moliate wrote:
This might not be fully accurate [...]

   Actually, it is pretty good, except for two things:

      1: A class will not have a vtable in it's layout unless it has virtual methods (or inherits them from a base class).

      2: The layout (placement) of the vtable is implementation dependent.  It is correct for VC++ (currently), but might not be for other compilers, or in the future.

   Peace!

-=- James.
GeneralRe: static in class Pin
moliate12-Apr-02 12:52
moliate12-Apr-02 12:52 
GeneralRe: static in class Pin
James R. Twine12-Apr-02 20:15
James R. Twine12-Apr-02 20:15 
GeneralVisual Studio .net offer Pin
CodeProjectSQ10-Apr-02 14:10
CodeProjectSQ10-Apr-02 14:10 
GeneralRe: Visual Studio .net offer Pin
CodeProjectSQ12-Apr-02 16:06
CodeProjectSQ12-Apr-02 16:06 
GeneralTab Contol on a dialog box Pin
10-Apr-02 13:07
suss10-Apr-02 13:07 
GeneralRe: Tab Contol on a dialog box Pin
Shog910-Apr-02 13:30
sitebuilderShog910-Apr-02 13:30 
Generalquick question on color Pin
jafrazee10-Apr-02 12:30
jafrazee10-Apr-02 12:30 
GeneralRe: quick question on color Pin
Shog910-Apr-02 12:43
sitebuilderShog910-Apr-02 12:43 
GeneralRe: quick question on color Pin
jafrazee10-Apr-02 14:00
jafrazee10-Apr-02 14:00 
GeneralRe: quick question on color Pin
Shog910-Apr-02 18:35
sitebuilderShog910-Apr-02 18:35 
GeneralRe: quick question on color Pin
jafrazee11-Apr-02 0:42
jafrazee11-Apr-02 0:42 
GeneralRe: quick question on color Pin
Jeremy Falcon10-Apr-02 13:46
professionalJeremy Falcon10-Apr-02 13:46 
GeneralConversion from Integers to Character String Pin
pjb78910-Apr-02 11:41
pjb78910-Apr-02 11:41 
GeneralRe: Conversion from Integers to Character String Pin
Joaquín M López Muñoz10-Apr-02 11:56
Joaquín M López Muñoz10-Apr-02 11:56 
GeneralFinding if an app is running, not using FindWindow Pin
Atlantys10-Apr-02 10:46
Atlantys10-Apr-02 10:46 
GeneralRe: Finding if an app is running, not using FindWindow Pin
Joaquín M López Muñoz10-Apr-02 10:49
Joaquín M López Muñoz10-Apr-02 10:49 
GeneralRe: Finding if an app is running, not using FindWindow Pin
Atlantys10-Apr-02 11:12
Atlantys10-Apr-02 11:12 

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.