Click here to Skip to main content
15,893,588 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralAddress Bar Pin
Liger_Zero_X15-Jul-04 16:55
Liger_Zero_X15-Jul-04 16:55 
GeneralRe: Address Bar Pin
ThatsAlok15-Jul-04 19:41
ThatsAlok15-Jul-04 19:41 
GeneralRe: Address Bar Pin
Liger_Zero_X15-Jul-04 21:34
Liger_Zero_X15-Jul-04 21:34 
GeneralRe: Address Bar Pin
David Crow16-Jul-04 3:01
David Crow16-Jul-04 3:01 
GeneralPointer Usage Pin
IceBerG7115-Jul-04 16:54
IceBerG7115-Jul-04 16:54 
GeneralRe: Pointer Usage Pin
Michael Dunn15-Jul-04 17:21
sitebuilderMichael Dunn15-Jul-04 17:21 
GeneralRe: Pointer Usage Pin
Anonymous15-Jul-04 18:38
Anonymous15-Jul-04 18:38 
GeneralRe: Pointer Usage Pin
Antti Keskinen15-Jul-04 19:57
Antti Keskinen15-Jul-04 19:57 
There is not.

When you declare normal variables, the memory they take is reserved from the stack. On mobile systems, the stack memory is extremely limited, so heap memory should be used instead. New & delete operators operate on the heap memory area.

There should be no performance hit, although reserving large quantities of memory (over 1 Mb) may cause small performance hits. So, if you need to reserve large quantities of memory, you should do that in sections whenever possible.

-Antti Keskinen

----------------------------------------------
The definition of impossible is strictly dependant
on what we think is possible.
GeneralRe: Pointer Usage Pin
David Crow16-Jul-04 3:09
David Crow16-Jul-04 3:09 
GeneralRe: Pointer Usage Pin
digwizfox16-Jul-04 10:37
digwizfox16-Jul-04 10:37 
GeneralWM_NCCALCSIZE and WM_NCPAINT madness Pin
Jim Crafton15-Jul-04 15:18
Jim Crafton15-Jul-04 15:18 
GeneralRe: WM_NCCALCSIZE and WM_NCPAINT madness Pin
Johan Rosengren15-Jul-04 22:53
Johan Rosengren15-Jul-04 22:53 
GeneralTrapping mouse down and mouse up with CMenu's TrackPopupMenu() Pin
jeffb4215-Jul-04 14:13
jeffb4215-Jul-04 14:13 
QuestionHow to create a 16 Color (4-bit) Bitmap? Pin
Pinhead_Me15-Jul-04 13:19
Pinhead_Me15-Jul-04 13:19 
GeneralCListCtrl DeleteColumn Pin
Anthony988715-Jul-04 12:44
Anthony988715-Jul-04 12:44 
GeneralRe: CListCtrl DeleteColumn Pin
Jörgen Sigvardsson15-Jul-04 13:03
Jörgen Sigvardsson15-Jul-04 13:03 
GeneralRe: CListCtrl DeleteColumn Pin
Anthony988715-Jul-04 13:06
Anthony988715-Jul-04 13:06 
GeneralRe: CListCtrl DeleteColumn Pin
Jim Crafton15-Jul-04 16:07
Jim Crafton15-Jul-04 16:07 
GeneralApplication stuck when a window is moved Pin
Aragorn@Gondor15-Jul-04 12:23
Aragorn@Gondor15-Jul-04 12:23 
GeneralRe: Application stuck when a window is moved Pin
Anders Molin15-Jul-04 12:29
professionalAnders Molin15-Jul-04 12:29 
GeneralRe: Application stuck when a window is moved Pin
Jörgen Sigvardsson15-Jul-04 13:07
Jörgen Sigvardsson15-Jul-04 13:07 
Generalcompiling errors with xutility header file Pin
zlatnik15-Jul-04 12:02
zlatnik15-Jul-04 12:02 
GeneralRe: compiling errors with xutility header file Pin
vmaltsev15-Jul-04 12:30
vmaltsev15-Jul-04 12:30 
GeneralRe: compiling errors with xutility header file Pin
zlatnik15-Jul-04 12:37
zlatnik15-Jul-04 12:37 
GeneralRe: compiling errors with xutility header file Pin
vmaltsev15-Jul-04 12:41
vmaltsev15-Jul-04 12:41 

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.