Click here to Skip to main content
16,008,183 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCreating an embeded window in Internet Explorer Pin
chatko16-Jun-08 2:30
chatko16-Jun-08 2:30 
AnswerRe: Creating an embeded window in Internet Explorer Pin
ThatsAlok16-Jun-08 3:22
ThatsAlok16-Jun-08 3:22 
QuestionProblem with a program that does Copy-Paste functionality. Pin
ritz123416-Jun-08 2:26
ritz123416-Jun-08 2:26 
AnswerRe: Problem with a program that does Copy-Paste functionality. Pin
CPallini16-Jun-08 2:40
mveCPallini16-Jun-08 2:40 
GeneralRe: Problem with a program that does Copy-Paste functionality. Pin
ritz123416-Jun-08 2:57
ritz123416-Jun-08 2:57 
AnswerRe: Problem with a program that does Copy-Paste functionality. Pin
David Crow16-Jun-08 3:30
David Crow16-Jun-08 3:30 
GeneralRe: Problem with a program that does Copy-Paste functionality. Pin
ritz123416-Jun-08 3:43
ritz123416-Jun-08 3:43 
GeneralRe: Problem with a program that does Copy-Paste functionality. Pin
David Crow16-Jun-08 3:50
David Crow16-Jun-08 3:50 
ritz1234 wrote:
I am doing this because I want to read file byte by byte.


Understandable, but extremely inefficient.

ritz1234 wrote:
storing this bytes in the char buffer to write these bytes into the files.


Which does not explain why you are using heap memory. You are killing the memory manager for no good reason. Use a stack-based variable instead.

"Love people and use things, not love things and use people." - Unknown

"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne


GeneralRe: Problem with a program that does Copy-Paste functionality. Pin
ritz123416-Jun-08 4:00
ritz123416-Jun-08 4:00 
GeneralRe: Problem with a program that does Copy-Paste functionality. Pin
David Crow16-Jun-08 6:07
David Crow16-Jun-08 6:07 
AnswerRe: Problem with a program that does Copy-Paste functionality. Pin
Saurabh.Garg16-Jun-08 6:41
Saurabh.Garg16-Jun-08 6:41 
GeneralRe: Problem with a program that does Copy-Paste functionality. Pin
ritz123416-Jun-08 20:07
ritz123416-Jun-08 20:07 
GeneralRe: Problem with a program that does Copy-Paste functionality. Pin
Saurabh.Garg16-Jun-08 20:10
Saurabh.Garg16-Jun-08 20:10 
QuestionNamedPipe issue Pin
Sunil P V16-Jun-08 2:19
Sunil P V16-Jun-08 2:19 
QuestionRe: NamedPipe issue Pin
Mark Salsbery16-Jun-08 5:36
Mark Salsbery16-Jun-08 5:36 
AnswerRe: NamedPipe issue Pin
Sunil P V16-Jun-08 19:10
Sunil P V16-Jun-08 19:10 
GeneralRe: NamedPipe issue Pin
Mark Salsbery17-Jun-08 5:18
Mark Salsbery17-Jun-08 5:18 
QuestionDisabling PPP modem connections programmatically Pin
dharani16-Jun-08 2:11
dharani16-Jun-08 2:11 
QuestionSend message to window Pin
capint15-Jun-08 23:47
capint15-Jun-08 23:47 
AnswerRe: Send message to window Pin
Hamid_RT16-Jun-08 0:14
Hamid_RT16-Jun-08 0:14 
AnswerRe: Send message to window Pin
sudhir_Kumar16-Jun-08 0:51
sudhir_Kumar16-Jun-08 0:51 
GeneralRe: Send message to window Pin
capint16-Jun-08 4:20
capint16-Jun-08 4:20 
AnswerRe: Send message to window Pin
ThatsAlok16-Jun-08 3:23
ThatsAlok16-Jun-08 3:23 
AnswerRe: Send message to window Pin
David Crow16-Jun-08 3:32
David Crow16-Jun-08 3:32 
GeneralRe: Send message to window Pin
capint16-Jun-08 4:21
capint16-Jun-08 4:21 

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.