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

C / C++ / MFC

 
GeneralRe: use <pre></pre> tags Pin
Mark Salsbery14-Nov-06 5:52
Mark Salsbery14-Nov-06 5:52 
GeneralRe: use <pre></pre> tags Pin
toxcct14-Nov-06 5:58
toxcct14-Nov-06 5:58 
GeneralRe: use <pre></pre> tags Pin
Hamid_RT14-Nov-06 8:12
Hamid_RT14-Nov-06 8:12 
GeneralRe: use <pre></pre> tags Pin
Hamid_RT14-Nov-06 8:09
Hamid_RT14-Nov-06 8:09 
Questioncopy image file to memory [modified] Pin
_tasleem14-Nov-06 4:47
_tasleem14-Nov-06 4:47 
QuestionRe: copy image file to memory Pin
David Crow14-Nov-06 4:54
David Crow14-Nov-06 4:54 
AnswerRe: copy image file to memory Pin
_tasleem14-Nov-06 5:27
_tasleem14-Nov-06 5:27 
AnswerRe: copy image file to memory Pin
David Crow14-Nov-06 5:35
David Crow14-Nov-06 5:35 
tasleem143 wrote:
unsigned char *Rbuff=new char[fileSize];


Why are you allocating chars for an unsigned char variable?

tasleem143 wrote:
cout<<"\n Bitmap File header";
cout<<"\n"<<rbuff[i];< blockquote="">

Use endl instead of \n. Otherwise, cout's caching will mess you up.

Is cout producing anything? If it looks like a memory address, you might need to cast it to a char?


"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15

"Judge not by the eye but by the heart." - Native American Proverb


GeneralRe: copy image file to memory Pin
_tasleem14-Nov-06 6:37
_tasleem14-Nov-06 6:37 
QuestionRe: copy image file to memory Pin
David Crow14-Nov-06 6:45
David Crow14-Nov-06 6:45 
AnswerRe: copy image file to memory Pin
_tasleem15-Nov-06 2:54
_tasleem15-Nov-06 2:54 
QuestionRe: copy image file to memory Pin
David Crow15-Nov-06 3:18
David Crow15-Nov-06 3:18 
AnswerRe: copy image file to memory Pin
_tasleem15-Nov-06 20:49
_tasleem15-Nov-06 20:49 
QuestionHow to save and resotre the Child Frame? Pin
abuseyoudna198114-Nov-06 4:26
abuseyoudna198114-Nov-06 4:26 
AnswerRe: How to save and resotre the Child Frame? Pin
Hamid_RT15-Nov-06 7:20
Hamid_RT15-Nov-06 7:20 
QuestionMaximaze dialog? Pin
Larsson14-Nov-06 4:21
Larsson14-Nov-06 4:21 
AnswerRe: Maximaze dialog? Pin
toxcct14-Nov-06 4:36
toxcct14-Nov-06 4:36 
AnswerRe: Maximaze dialog? Pin
Hamid_RT14-Nov-06 8:09
Hamid_RT14-Nov-06 8:09 
Questionmaximaze dialog? Pin
Larsson14-Nov-06 4:09
Larsson14-Nov-06 4:09 
AnswerRe: maximaze dialog? [modified] Pin
toxcct14-Nov-06 4:14
toxcct14-Nov-06 4:14 
GeneralRe: maximaze dialog? Pin
Larsson14-Nov-06 4:33
Larsson14-Nov-06 4:33 
GeneralRe: maximaze dialog? Pin
toxcct14-Nov-06 4:36
toxcct14-Nov-06 4:36 
GeneralRe: maximaze dialog? Pin
Larsson14-Nov-06 4:42
Larsson14-Nov-06 4:42 
GeneralRe: maximaze dialog? [modified] Pin
toxcct14-Nov-06 4:45
toxcct14-Nov-06 4:45 
GeneralRe: maximaze dialog? Pin
Larsson14-Nov-06 4:48
Larsson14-Nov-06 4:48 

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.