Click here to Skip to main content
15,914,323 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMDI Childs in Threads Pin
baerten15-Nov-06 22:34
baerten15-Nov-06 22:34 
GeneralRe: MDI Childs in Threads Pin
George L. Jackson16-Nov-06 0:03
George L. Jackson16-Nov-06 0:03 
GeneralRe: MDI Childs in Threads Pin
baerten16-Nov-06 0:57
baerten16-Nov-06 0:57 
QuestionConverting exe to dll Pin
DattaK15-Nov-06 21:53
DattaK15-Nov-06 21:53 
AnswerRe: Converting exe to dll Pin
Cedric Moonen15-Nov-06 22:38
Cedric Moonen15-Nov-06 22:38 
QuestionBinary Tree related question Pin
HondaCBR60015-Nov-06 21:42
HondaCBR60015-Nov-06 21:42 
AnswerRe: Binary Tree related question Pin
David Crow16-Nov-06 3:28
David Crow16-Nov-06 3:28 
Questiondispalying/accessing image data from memory Pin
_tasleem15-Nov-06 21:06
_tasleem15-Nov-06 21:06 
i i had problem in accessing data from memory.i had used two method to read image file from disk one is
1.reading byte by byte or structure but this method is slow as i had to read the whole image byte by byte and it will take lot of time.
2.Through second method i m reading the whole image once not like byte by byte as method 1. i.e
file.read(buffer,filesize);//reading the whole image at once.

now i m displaying data from from both method method 1 give good results but when i try to display data readed in memory through second method it did not worked it show dummy data.
Both these exe are seperate application.When i save the data readed through second method in file then it save and work fine.the only problem is displaying/accessing

The purpose of reading from memory n displaying was that i want to confirm that bitmaps is correctaly copied in memory, and purpose of displaying through cout<< was that i m varified that both outputs are same, and if i perform the operations like changing its bits from memory then get the correct bits to change.


Tasleem Arif

AnswerRe: dispalying/accessing image data from memory Pin
priyeshtinku15-Nov-06 21:52
priyeshtinku15-Nov-06 21:52 
Question3D Bitmaps Pin
Bagaturia david15-Nov-06 20:25
Bagaturia david15-Nov-06 20:25 
AnswerRe: 3D Bitmaps Pin
Christian Graus15-Nov-06 23:03
protectorChristian Graus15-Nov-06 23:03 
AnswerRe: 3D Bitmaps Pin
Maximilien16-Nov-06 2:57
Maximilien16-Nov-06 2:57 
QuestionHow to get the size of the file also the data transferred in bytes Pin
Anamika200515-Nov-06 20:07
Anamika200515-Nov-06 20:07 
AnswerRe: How to get the size of the file also the data transferred in bytes Pin
priyeshtinku15-Nov-06 20:21
priyeshtinku15-Nov-06 20:21 
GeneralRe: How to get the size of the file also the data transferred in bytes Pin
Anamika200515-Nov-06 20:36
Anamika200515-Nov-06 20:36 
AnswerRe: How to get the size of the file also the data transferred in bytes Pin
priyeshtinku15-Nov-06 21:45
priyeshtinku15-Nov-06 21:45 
QuestionWinsock port monitor Pin
Shiva Prasad15-Nov-06 19:42
Shiva Prasad15-Nov-06 19:42 
AnswerRe: Winsock port monitor Pin
Mark Salsbery16-Nov-06 5:09
Mark Salsbery16-Nov-06 5:09 
Question2 process with similar path and name Pin
samira forooghi15-Nov-06 19:25
samira forooghi15-Nov-06 19:25 
AnswerRe: 2 process with similar path and name Pin
Hamid_RT15-Nov-06 20:01
Hamid_RT15-Nov-06 20:01 
GeneralRe: 2 process with similar path and name Pin
samira forooghi15-Nov-06 20:22
samira forooghi15-Nov-06 20:22 
GeneralRe: 2 process with similar path and name Pin
Mark Salsbery16-Nov-06 5:12
Mark Salsbery16-Nov-06 5:12 
GeneralRe: 2 process with similar path and name Pin
Hamid_RT16-Nov-06 7:35
Hamid_RT16-Nov-06 7:35 
QuestionFloat Pin
Ramu.e15-Nov-06 19:20
Ramu.e15-Nov-06 19:20 
AnswerRe: Float Pin
Christian Graus15-Nov-06 19:26
protectorChristian Graus15-Nov-06 19:26 

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.