Click here to Skip to main content
15,908,115 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Question about global static function and global static variable. Pin
David Chamberlain7-Jul-03 4:06
David Chamberlain7-Jul-03 4:06 
GeneralRe: Question about global static function and global static variable. Pin
John M. Drescher7-Jul-03 3:52
John M. Drescher7-Jul-03 3:52 
GeneralRe: Question about global static function and global static variable. Pin
George27-Jul-03 4:01
George27-Jul-03 4:01 
GeneralRe: Question about global static function and global static variable. Pin
John M. Drescher7-Jul-03 7:56
John M. Drescher7-Jul-03 7:56 
GeneralRe: Question about global static function and global static variable. Pin
Ryan Binns7-Jul-03 4:23
Ryan Binns7-Jul-03 4:23 
GeneralRe: Question about global static function and global static variable. Pin
basementman7-Jul-03 5:04
basementman7-Jul-03 5:04 
GeneralRe: Question about global static function and global static variable. Pin
Ryan Binns7-Jul-03 5:12
Ryan Binns7-Jul-03 5:12 
GeneralRe: Question about global static function and global static variable. Pin
basementman7-Jul-03 5:20
basementman7-Jul-03 5:20 
If you really think about what a C++ compiler does and what a processor can execute, nothing has changed in the last 15 years! Sure, the C++ preprocessor allows you to write in a higher level of abstraction and the vtable lookup is built in to the compiler output (we used to have to write these by hand), but in the end, it is just ASM MOV, INC, ADD, SUB, LEA, CALL, JMP, LOOP, etc... all due to the backwards compatibility boat anchor.

 onwards and upwards... 
GeneralRe: Question about global static function and global static variable. Pin
Ryan Binns7-Jul-03 5:24
Ryan Binns7-Jul-03 5:24 
GeneralRe: Question about global static function and global static variable. Pin
John R. Shaw7-Jul-03 9:31
John R. Shaw7-Jul-03 9:31 
GeneralStoring Images into Oracle as Blob From VC++ Or MFC Pin
Shaffiq7-Jul-03 2:41
Shaffiq7-Jul-03 2:41 
GeneralRe: Storing Images into Oracle as Blob From VC++ Or MFC Pin
John M. Drescher7-Jul-03 3:23
John M. Drescher7-Jul-03 3:23 
GeneralCRichEdit & SetWindowText Pin
AnTri7-Jul-03 1:16
AnTri7-Jul-03 1:16 
GeneralRe: CRichEdit & SetWindowText Pin
David Crow7-Jul-03 2:40
David Crow7-Jul-03 2:40 
GeneralRe: CRichEdit & SetWindowText Pin
AnTri7-Jul-03 8:41
AnTri7-Jul-03 8:41 
GeneralRe: CRichEdit & SetWindowText Pin
David Crow7-Jul-03 10:15
David Crow7-Jul-03 10:15 
Generaldebugging Opengl with MFC 6.0 Pin
kassad6667-Jul-03 0:00
kassad6667-Jul-03 0:00 
GeneralRe: debugging Opengl with MFC 6.0 Pin
Rage7-Jul-03 0:49
professionalRage7-Jul-03 0:49 
GeneralRe: debugging Opengl with MFC 6.0 Pin
Anonymous7-Jul-03 4:50
Anonymous7-Jul-03 4:50 
GeneralRe: debugging Opengl with MFC 6.0 Pin
Rage7-Jul-03 5:27
professionalRage7-Jul-03 5:27 
GeneralWM_PRINTCLIENT message Pin
peenu6-Jul-03 23:32
peenu6-Jul-03 23:32 
GeneralRe: WM_PRINTCLIENT message Pin
Ryan Binns6-Jul-03 23:37
Ryan Binns6-Jul-03 23:37 
GeneralRe: WM_PRINTCLIENT message Pin
peenu7-Jul-03 0:00
peenu7-Jul-03 0:00 
Generalrestricting app to execute Pin
r i s h a b h s6-Jul-03 22:50
r i s h a b h s6-Jul-03 22:50 
GeneralRe: restricting app to execute Pin
Cedric Moonen6-Jul-03 23:10
Cedric Moonen6-Jul-03 23:10 

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.