Click here to Skip to main content
16,011,608 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to size and move a view when it is created Pin
Michael Dunn1-Jan-03 12:05
sitebuilderMichael Dunn1-Jan-03 12:05 
Generalsplitters, views, switching Pin
Roman Nurik1-Jan-03 9:59
Roman Nurik1-Jan-03 9:59 
GeneralFile list ! Pin
Hadi Rezaee1-Jan-03 8:54
Hadi Rezaee1-Jan-03 8:54 
GeneralRe: File list ! Pin
Pavel Klocek1-Jan-03 9:03
Pavel Klocek1-Jan-03 9:03 
GeneralRe: File list ! Pin
Hadi Rezaee1-Jan-03 9:29
Hadi Rezaee1-Jan-03 9:29 
GeneralMemory Considerations Pin
Anonymous1-Jan-03 7:58
Anonymous1-Jan-03 7:58 
GeneralRe: Memory Considerations Pin
Chris Losinger1-Jan-03 8:19
professionalChris Losinger1-Jan-03 8:19 
GeneralRe: Memory Considerations Pin
Anonymous1-Jan-03 8:28
Anonymous1-Jan-03 8:28 
How big are the instances?
Needs this big list to be whole in memory?
Have you considered using a database?
Will be the elements deleted or reordered at runtime (the pointers or indexes could become invalid by concurrent access)?
The indexes would be unefficient if you implent the list as a linked one.

Anonymous wrote:
Inshort how much memory does a pointer takes?
It depends on HW platform - on Intel's IA32 it's 4 bytes.

Anonymous wrote:
Is it dependent on the size of the object being pointed to?
No, it's only adress in memory.

Anonymous wrote:
How much memory does a pointer need? like an integer needs 1 byte etc....
size of an integer depends on platform and type. Size of int type depends on platform. You can use types as BYTE, WORD, DWORD ... of deterministic size.
GeneralRe: Memory Considerations Pin
Anders Molin1-Jan-03 14:38
professionalAnders Molin1-Jan-03 14:38 
GeneralRe: Memory Considerations Pin
Mike Nordell1-Jan-03 18:53
Mike Nordell1-Jan-03 18:53 
GeneralClistCtrl DB Click Pin
Mazdak1-Jan-03 7:46
Mazdak1-Jan-03 7:46 
GeneralRe: ClistCtrl DB Click Pin
Mike Nordell1-Jan-03 18:55
Mike Nordell1-Jan-03 18:55 
GeneralRe: ClistCtrl DB Click Pin
Mazdak1-Jan-03 23:06
Mazdak1-Jan-03 23:06 
GeneralIXMLDOMDocument::loadXML() Pin
Rickard Andersson201-Jan-03 6:36
Rickard Andersson201-Jan-03 6:36 
GeneralRe: IXMLDOMDocument::loadXML() Pin
Michael Dunn1-Jan-03 6:39
sitebuilderMichael Dunn1-Jan-03 6:39 
GeneralCommand Id range Pin
User 98851-Jan-03 6:24
User 98851-Jan-03 6:24 
GeneralRe: Command Id range Pin
Pavel Klocek1-Jan-03 8:37
Pavel Klocek1-Jan-03 8:37 
GeneralMemory consumption Pin
Shah Shehpori1-Jan-03 5:42
sussShah Shehpori1-Jan-03 5:42 
GeneralRe: Memory consumption Pin
Florin Ochiana1-Jan-03 11:48
Florin Ochiana1-Jan-03 11:48 
GeneralRe: Memory consumption Pin
Mike Nordell1-Jan-03 18:56
Mike Nordell1-Jan-03 18:56 
QuestionUnicode comparing of file extensions? Pin
Fahr1-Jan-03 3:55
Fahr1-Jan-03 3:55 
AnswerRe: Unicode comparing of file extensions? Pin
Gary R. Wheeler1-Jan-03 4:42
Gary R. Wheeler1-Jan-03 4:42 
GeneralRe: Unicode comparing of file extensions? Pin
Fahr1-Jan-03 5:05
Fahr1-Jan-03 5:05 
AnswerRe: Unicode comparing of file extensions? Pin
Michael Dunn1-Jan-03 6:36
sitebuilderMichael Dunn1-Jan-03 6:36 
GeneralRe: Unicode comparing of file extensions? Pin
Fahr1-Jan-03 6:56
Fahr1-Jan-03 6:56 

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.