Click here to Skip to main content
15,915,603 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
unsigned short int test_array[256][256] = { 0 };
//...
memset(test_array,0,sizeof(test_array));
If you need to clear the array sometime after it's definition.


Software Zen: delete this;

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 
GeneralRe: counting the print Pin
toxcct15-Feb-07 20:17
toxcct15-Feb-07 20:17 
AnswerRe: counting the print Pin
David Crow15-Feb-07 5:34
David Crow15-Feb-07 5:34 
QuestionDestruction Order Pin
baerten15-Feb-07 3:59
baerten15-Feb-07 3:59 

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.