Click here to Skip to main content
15,916,180 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Image Processing Pin
toxcct15-Feb-07 5:04
toxcct15-Feb-07 5:04 
AnswerRe: Image Processing Pin
Maximilien15-Feb-07 5:51
Maximilien15-Feb-07 5:51 
GeneralRe: Image Processing Pin
Raj220317-Feb-07 7:30
Raj220317-Feb-07 7:30 
AnswerRe: Image Processing Pin
Hamid_RT15-Feb-07 7:07
Hamid_RT15-Feb-07 7:07 
Questionintializing 2d array Pin
ikbahrian15-Feb-07 5:00
ikbahrian15-Feb-07 5:00 
AnswerRe: intializing sd array [modified] Pin
toxcct15-Feb-07 5:03
toxcct15-Feb-07 5:03 
GeneralRe: intializing sd array Pin
David Crow15-Feb-07 5:30
David Crow15-Feb-07 5:30 
GeneralRe: intializing sd array Pin
toxcct15-Feb-07 5:32
toxcct15-Feb-07 5:32 
i'm really confused, i read int at first, not unsigned short int Blush | :O

by the way, i prefer writing the explicit
sizeof(unsigned short int)*256*256
instead of
sizeof(test_array)
because i find it more clear in the reader's mind.
of course, if the array change of type, my code must be adapted, not yours.


GeneralRe: intializing sd array Pin
ikbahrian15-Feb-07 5:31
ikbahrian15-Feb-07 5:31 
GeneralRe: intializing sd array Pin
toxcct15-Feb-07 5:33
toxcct15-Feb-07 5:33 
GeneralRe: intializing sd array Pin
Gary R. Wheeler17-Feb-07 3:58
Gary R. Wheeler17-Feb-07 3:58 
GeneralRe: intializing sd array Pin
toxcct17-Feb-07 6:29
toxcct17-Feb-07 6:29 
AnswerRe: intializing 2d array Pin
David Crow15-Feb-07 5:36
David Crow15-Feb-07 5:36 
GeneralRe: intializing 2d array Pin
toxcct15-Feb-07 5:40
toxcct15-Feb-07 5:40 
GeneralRe: intializing 2d array Pin
David Crow15-Feb-07 6:02
David Crow15-Feb-07 6:02 
GeneralRe: intializing 2d array Pin
toxcct15-Feb-07 6:08
toxcct15-Feb-07 6:08 
GeneralRe: intializing 2d array Pin
David Crow15-Feb-07 6:16
David Crow15-Feb-07 6:16 
GeneralRe: intializing 2d array Pin
Mark Salsbery15-Feb-07 6:03
Mark Salsbery15-Feb-07 6:03 
GeneralRe: intializing 2d array Pin
toxcct15-Feb-07 6:07
toxcct15-Feb-07 6:07 
GeneralRe: intializing 2d array Pin
Mark Salsbery15-Feb-07 6:09
Mark Salsbery15-Feb-07 6:09 
AnswerRe: intializing 2d array Pin
prasad_som15-Feb-07 6:05
prasad_som15-Feb-07 6:05 
GeneralRe: intializing 2d array Pin
Michael Dunn15-Feb-07 20:52
sitebuilderMichael Dunn15-Feb-07 20:52 
Questioncounting the print Pin
shakumar_2215-Feb-07 4:45
shakumar_2215-Feb-07 4:45 
JokeRe: counting the print [modified] Pin
toxcct15-Feb-07 4:59
toxcct15-Feb-07 4:59 
GeneralRe: counting the print Pin
Stephen Hewitt15-Feb-07 14:03
Stephen Hewitt15-Feb-07 14:03 

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.