Click here to Skip to main content
15,900,511 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to set default web-site from C++? Pin
includeh1030-Jul-04 9:55
includeh1030-Jul-04 9:55 
GeneralREFERENCE TO ARRAY OF 10 INTEGERS Pin
avenger_sb2530-Jul-04 7:57
avenger_sb2530-Jul-04 7:57 
GeneralRe: REFERENCE TO ARRAY OF 10 INTEGERS Pin
Jaime Stuardo30-Jul-04 8:37
Jaime Stuardo30-Jul-04 8:37 
GeneralRe: REFERENCE TO ARRAY OF 10 INTEGERS Pin
avenger_sb2530-Jul-04 8:48
avenger_sb2530-Jul-04 8:48 
GeneralRe: REFERENCE TO ARRAY OF 10 INTEGERS Pin
Kochise30-Jul-04 9:42
Kochise30-Jul-04 9:42 
GeneralRe: REFERENCE TO ARRAY OF 10 INTEGERS Pin
Michael Dunn30-Jul-04 9:46
sitebuilderMichael Dunn30-Jul-04 9:46 
GeneralRe: REFERENCE TO ARRAY OF 10 INTEGERS Pin
avenger_sb2531-Jul-04 0:21
avenger_sb2531-Jul-04 0:21 
GeneralRe: REFERENCE TO ARRAY OF 10 INTEGERS Pin
markkuk30-Jul-04 12:16
markkuk30-Jul-04 12:16 
GeneralRe: REFERENCE TO ARRAY OF 10 INTEGERS Pin
avenger_sb2531-Jul-04 0:17
avenger_sb2531-Jul-04 0:17 
GeneralRight-Left Rule... Pin
bikram singh31-Jul-04 15:58
bikram singh31-Jul-04 15:58 
GeneralRe: Right-Left Rule... Pin
Anonymous1-Aug-04 23:19
Anonymous1-Aug-04 23:19 
GeneralPrinter Pin
Anthony988730-Jul-04 7:44
Anthony988730-Jul-04 7:44 
GeneralRe: Printer Pin
Blake Miller30-Jul-04 12:08
Blake Miller30-Jul-04 12:08 
Generalscroll bar for picture box. Pin
joshu30730-Jul-04 7:07
joshu30730-Jul-04 7:07 
QuestionHow to convert LPWSTR to int? Pin
ting66830-Jul-04 7:00
ting66830-Jul-04 7:00 
AnswerRe: How to convert LPWSTR to int? Pin
Ravi Bhavnani30-Jul-04 7:17
professionalRavi Bhavnani30-Jul-04 7:17 
Questionextfloodfill problem ? Pin
kendao30-Jul-04 6:32
kendao30-Jul-04 6:32 
AnswerRe: extfloodfill problem ? Pin
avenger_sb2530-Jul-04 8:02
avenger_sb2530-Jul-04 8:02 
GeneralProblems with files Pin
Archer28230-Jul-04 5:36
Archer28230-Jul-04 5:36 
GeneralRe: Problems with files Pin
Jaime Stuardo30-Jul-04 5:55
Jaime Stuardo30-Jul-04 5:55 
GeneralRe: Problems with files Pin
Archer28230-Jul-04 5:59
Archer28230-Jul-04 5:59 
GeneralRe: Problems with files Pin
David Crow30-Jul-04 6:31
David Crow30-Jul-04 6:31 
GeneralRe: Problems with files Pin
Michael P Butler30-Jul-04 6:32
Michael P Butler30-Jul-04 6:32 
GeneralRe: Problems with files Pin
Archer28230-Jul-04 6:41
Archer28230-Jul-04 6:41 
well at first i just read all of it into one buffer
i defined it like so

char *szBuffer;

and then wrote all of it right after reading
everytime i would get the blue screen of death
then if i returned to windows it would be locked up

i looked at an example on MSDN which read and wrote the data in segments, i have had success doing it this way (no problems, except for the ones i mentioned)

note: when i did this in segments i defined my buffer like
char szBuffer[1024];

could this have been a problem?

if it will help i clean up and post the old code that was wasnt working
GeneralRe: Problems with files Pin
avenger_sb2530-Jul-04 8:13
avenger_sb2530-Jul-04 8:13 

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.