Click here to Skip to main content
15,891,136 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: what does CListCtrl::GetItemData() & 1 mean? Pin
fantasy12158-Nov-07 18:27
fantasy12158-Nov-07 18:27 
GeneralRe: what does CListCtrl::GetItemData() & 1 mean? Pin
Nishad S11-Nov-07 16:50
Nishad S11-Nov-07 16:50 
QuestionDynamic buffer allocation Pin
CodingLover4-Nov-07 18:40
CodingLover4-Nov-07 18:40 
AnswerRe: Dynamic buffer allocation Pin
Neo Andreson4-Nov-07 19:30
Neo Andreson4-Nov-07 19:30 
AnswerRe: Dynamic buffer allocation Pin
Paresh Chitte4-Nov-07 19:52
Paresh Chitte4-Nov-07 19:52 
GeneralRe: Dynamic buffer allocation Pin
CodingLover4-Nov-07 19:59
CodingLover4-Nov-07 19:59 
GeneralRe: Dynamic buffer allocation Pin
Paresh Chitte4-Nov-07 20:03
Paresh Chitte4-Nov-07 20:03 
GeneralRe: Dynamic buffer allocation Pin
CodingLover4-Nov-07 20:34
CodingLover4-Nov-07 20:34 
Sure, here it is.

Initially I've used a predefined buffer of size 5000 as follows.

char buffer[5000];

Then on my application I found that the length of a bytes stream and going to read it using the buffer. Sometimes the stream is too small, and in some cases it is too long. So I want to use a dynamic buffer to avoid wasting memory.



I appreciate your help all the time...
ErangaSmile | :)

GeneralRe: Dynamic buffer allocation Pin
Paresh Chitte4-Nov-07 20:42
Paresh Chitte4-Nov-07 20:42 
GeneralRe: Dynamic buffer allocation Pin
chandu0044-Nov-07 21:10
chandu0044-Nov-07 21:10 
GeneralRe: Dynamic buffer allocation Pin
CodingLover4-Nov-07 21:34
CodingLover4-Nov-07 21:34 
AnswerRe: Dynamic buffer allocation Pin
Nelek4-Nov-07 22:07
protectorNelek4-Nov-07 22:07 
GeneralRe: Dynamic buffer allocation Pin
CodingLover4-Nov-07 22:12
CodingLover4-Nov-07 22:12 
GeneralRe: Dynamic buffer allocation Pin
vijay_aroli4-Nov-07 23:15
vijay_aroli4-Nov-07 23:15 
GeneralRe: Dynamic buffer allocation Pin
CodingLover4-Nov-07 23:31
CodingLover4-Nov-07 23:31 
GeneralRe: Dynamic buffer allocation Pin
Cedric Moonen4-Nov-07 23:44
Cedric Moonen4-Nov-07 23:44 
GeneralRe: Dynamic buffer allocation Pin
CodingLover5-Nov-07 0:02
CodingLover5-Nov-07 0:02 
GeneralRe: Dynamic buffer allocation Pin
David Crow5-Nov-07 3:38
David Crow5-Nov-07 3:38 
GeneralRe: Dynamic buffer allocation Pin
CodingLover5-Nov-07 17:13
CodingLover5-Nov-07 17:13 
GeneralRe: Dynamic buffer allocation Pin
Nelek4-Nov-07 23:43
protectorNelek4-Nov-07 23:43 
GeneralRe: Dynamic buffer allocation Pin
CodingLover5-Nov-07 0:07
CodingLover5-Nov-07 0:07 
GeneralRe: Dynamic buffer allocation Pin
Nelek5-Nov-07 1:03
protectorNelek5-Nov-07 1:03 
GeneralRe: Dynamic buffer allocation Pin
CodingLover5-Nov-07 17:10
CodingLover5-Nov-07 17:10 
QuestionClear History Time Pin
revanth19854-Nov-07 18:22
revanth19854-Nov-07 18:22 
QuestionRe: Clear History Time Pin
Nelek4-Nov-07 22:04
protectorNelek4-Nov-07 22:04 

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.