Click here to Skip to main content
15,901,982 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Need help with multi-dim arrays please Pin
David Crow24-Sep-03 9:04
David Crow24-Sep-03 9:04 
GeneralRe: Need help with multi-dim arrays please Pin
JWood24-Sep-03 8:39
JWood24-Sep-03 8:39 
GeneralRe: Need help with multi-dim arrays please Pin
John M. Drescher24-Sep-03 15:08
John M. Drescher24-Sep-03 15:08 
QuestionMultiple lines in a static text control? Pin
b_girl24-Sep-03 7:23
b_girl24-Sep-03 7:23 
AnswerRe: Multiple lines in a static text control? Pin
Michael P Butler24-Sep-03 7:39
Michael P Butler24-Sep-03 7:39 
GeneralRe: Multiple lines in a static text control? Pin
b_girl24-Sep-03 7:49
b_girl24-Sep-03 7:49 
GeneralQuickie question re char buffers Pin
NewportKarl24-Sep-03 7:21
NewportKarl24-Sep-03 7:21 
GeneralRe: Quickie question re char buffers Pin
Ravi Bhavnani24-Sep-03 7:55
professionalRavi Bhavnani24-Sep-03 7:55 
I think you meant 'x' and not "x". Smile | :) Also, you're assuming the size of a character is 1 byte (which is true for non Unicode/MBCS systems). Finally, I would initialize pMyBufferwrite like this (just to be explicit):
char* pMyBuffer = & (MyBuffer[0]);
...
Apart from this, yes.

/ravi

Let's put "civil" back in "civilization"
Home | Articles | Freeware | Music
ravib@ravib.com

GeneralRe: Quickie question re char buffers Pin
Alvaro Mendez24-Sep-03 9:07
Alvaro Mendez24-Sep-03 9:07 
GeneralRe: Quickie question re char buffers Pin
Ravi Bhavnani24-Sep-03 9:14
professionalRavi Bhavnani24-Sep-03 9:14 
GeneralRe: Quickie question re char buffers Pin
Alvaro Mendez24-Sep-03 9:30
Alvaro Mendez24-Sep-03 9:30 
GeneralRe: Quickie question re char buffers Pin
Alvaro Mendez24-Sep-03 9:02
Alvaro Mendez24-Sep-03 9:02 
GeneralRe: Quickie question re char buffers Pin
Karl Fetterhoff25-Sep-03 7:06
Karl Fetterhoff25-Sep-03 7:06 
GeneralSetup API Pin
Laroo24-Sep-03 7:03
Laroo24-Sep-03 7:03 
GeneralGetOpenFileName filter Pin
Jason Henderson24-Sep-03 6:05
Jason Henderson24-Sep-03 6:05 
GeneralRe: GetOpenFileName filter Pin
David Crow24-Sep-03 8:26
David Crow24-Sep-03 8:26 
GeneralRe: GetOpenFileName filter Pin
valikac24-Sep-03 9:18
valikac24-Sep-03 9:18 
GeneralRe: GetOpenFileName filter Pin
Neville Franks24-Sep-03 10:29
Neville Franks24-Sep-03 10:29 
GeneralRe: GetOpenFileName filter Pin
Jason Henderson24-Sep-03 10:46
Jason Henderson24-Sep-03 10:46 
GeneralRe: GetOpenFileName filter Pin
Neville Franks24-Sep-03 10:48
Neville Franks24-Sep-03 10:48 
GeneralRe: GetOpenFileName filter Pin
Alvaro Mendez24-Sep-03 11:03
Alvaro Mendez24-Sep-03 11:03 
GeneralRe: GetOpenFileName filter Pin
Jason Henderson24-Sep-03 11:12
Jason Henderson24-Sep-03 11:12 
GeneralRe: GetOpenFileName filter Pin
JWood24-Sep-03 11:12
JWood24-Sep-03 11:12 
Generalspeeding bitmap loading Pin
Ph@ntom24-Sep-03 5:34
Ph@ntom24-Sep-03 5:34 
GeneralRe: speeding bitmap loading Pin
Joaquín M López Muñoz24-Sep-03 7:47
Joaquín M López Muñoz24-Sep-03 7:47 

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.