Click here to Skip to main content
15,896,606 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Changing paper size - how??? Pin
CodeBrain6-Feb-04 0:33
CodeBrain6-Feb-04 0:33 
GeneralRe: Changing paper size - how??? Pin
Anonymous7-Mar-04 21:48
Anonymous7-Mar-04 21:48 
GeneralChanging paper size Pin
Anonymous5-Feb-04 23:32
Anonymous5-Feb-04 23:32 
GeneralRe: Changing paper size Pin
Robert A. T. Káldy7-Feb-04 21:58
Robert A. T. Káldy7-Feb-04 21:58 
GeneralRe: Changing paper size Pin
Anonymous7-Mar-04 21:42
Anonymous7-Mar-04 21:42 
QuestionRecordset requery and movelast problem? Pin
d01530305-Feb-04 23:24
sussd01530305-Feb-04 23:24 
AnswerRe: Recordset requery and movelast problem? Pin
David Crow6-Feb-04 4:06
David Crow6-Feb-04 4:06 
GeneralOverloading operator new Pin
RichardS5-Feb-04 23:04
RichardS5-Feb-04 23:04 
Hi,

For memory stats we have overloaded the operator new in such a way that it allows us to allocate memory and store information about which module is doing it. This is all great.

However, now that we have moved to a multi-threaded environment, do we need to protect the call _malloc_dbg(...) (in a debug build) and the ::operator new(...) (in non-debug) with a critical section?



"Programming today is a race between software engineers striving to build bigger and
better idiot-proff programs, and the Universe trying to produce bigger and better idiots.
So far the Universe is winning." -- Rich Cook
GeneralRe: Overloading operator new Pin
фил6-Feb-04 1:24
фил6-Feb-04 1:24 
GeneralRe: Overloading operator new Pin
Tim Smith6-Feb-04 4:20
Tim Smith6-Feb-04 4:20 
GeneralRe: Overloading operator new Pin
Tim Smith6-Feb-04 4:17
Tim Smith6-Feb-04 4:17 
GeneralGraphics in Visual C++ Pin
chadell5-Feb-04 23:01
chadell5-Feb-04 23:01 
GeneralRetriving User Login Logoff time from Domain Server Pin
bilal785-Feb-04 22:46
bilal785-Feb-04 22:46 
GeneralDo You Like C/C++ Pin
Anonymous5-Feb-04 22:43
Anonymous5-Feb-04 22:43 
GeneralRe: Do You Like C/C++ Pin
Taka Muraoka6-Feb-04 1:14
Taka Muraoka6-Feb-04 1:14 
GeneralRe: Do You Like C/C++ Pin
AORD7-Feb-04 17:11
AORD7-Feb-04 17:11 
Questionhow can i develop a parser which is like .......? Pin
cyberiafreak5-Feb-04 22:40
cyberiafreak5-Feb-04 22:40 
AnswerRe: how can i develop a parser which is like .......? Pin
Jim Crafton6-Feb-04 4:43
Jim Crafton6-Feb-04 4:43 
GeneralContext Menu Handlers - Problems with M. Dunns Examples Pin
Sebastian Schneider5-Feb-04 22:31
Sebastian Schneider5-Feb-04 22:31 
Generalmemory leak problem Pin
zhangxinghai5-Feb-04 22:02
zhangxinghai5-Feb-04 22:02 
GeneralRe: memory leak problem Pin
Robert A. T. Káldy7-Feb-04 22:08
Robert A. T. Káldy7-Feb-04 22:08 
GeneralChange Font Size Pin
Best Friend5-Feb-04 21:26
Best Friend5-Feb-04 21:26 
GeneralRe: Change Font Size Pin
Selvam R5-Feb-04 22:48
professionalSelvam R5-Feb-04 22:48 
QuestionHow to have a mutli column list box ?? Pin
Md Saleem Navalur5-Feb-04 21:24
Md Saleem Navalur5-Feb-04 21:24 
AnswerRe: How to have a mutli column list box ?? Pin
Johann Gerell5-Feb-04 22:13
Johann Gerell5-Feb-04 22:13 

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.