Click here to Skip to main content
15,924,402 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: int array problem Pin
Reagan Conservative16-May-07 6:01
Reagan Conservative16-May-07 6:01 
AnswerRe: int array problem Pin
Mark Salsbery16-May-07 6:07
Mark Salsbery16-May-07 6:07 
GeneralRe: int array problem Pin
ajitatif angajetor16-May-07 6:38
ajitatif angajetor16-May-07 6:38 
GeneralRe: int array problem Pin
bob1697216-May-07 6:46
bob1697216-May-07 6:46 
JokeRe: int array problem Pin
Mark Salsbery16-May-07 6:50
Mark Salsbery16-May-07 6:50 
GeneralRe: int array problem Pin
Mark Salsbery16-May-07 6:48
Mark Salsbery16-May-07 6:48 
AnswerRe: int array problem Pin
CPallini16-May-07 9:31
mveCPallini16-May-07 9:31 
AnswerRe: int array problem Pin
John R. Shaw16-May-07 22:34
John R. Shaw16-May-07 22:34 
You need to use a different value and initialize the array to that. Since you want to allow 0 to be placed in the array then use -1 to initialize it. That is fill the array with -1 and check for that. If that is not an option, and there is no other value you can use, then you have a real problem.

INTP
"Program testing can be used to show the presence of bugs, but never to show their absence."Edsger Dijkstra

QuestionAES encryption for steaming data for Windows Mobile 5.0 Pin
gauravzhere16-May-07 4:27
gauravzhere16-May-07 4:27 
AnswerRe: AES encryption for steaming data for Windows Mobile 5.0 Pin
JudyL_MD16-May-07 10:18
JudyL_MD16-May-07 10:18 
GeneralRe: AES encryption for steaming data for Windows Mobile 5.0 Pin
gauravzhere17-May-07 23:36
gauravzhere17-May-07 23:36 
GeneralRe: AES encryption for steaming data for Windows Mobile 5.0 Pin
newbiesworld8-Feb-10 5:39
newbiesworld8-Feb-10 5:39 
QuestionWhy does SetWindowPos called with original ClientCoordinates move the window? Pin
Chilli7116-May-07 4:26
Chilli7116-May-07 4:26 
AnswerRe: Why does SetWindowPos called with original ClientCoordinates move the window? Pin
Hans Dietrich16-May-07 4:37
mentorHans Dietrich16-May-07 4:37 
GeneralRe: Why does SetWindowPos called with original ClientCoordinates move the window? Pin
Chilli7116-May-07 8:50
Chilli7116-May-07 8:50 
GeneralRe: Why does SetWindowPos called with original ClientCoordinates move the window? Pin
Hans Dietrich16-May-07 9:09
mentorHans Dietrich16-May-07 9:09 
GeneralRe: Why does SetWindowPos called with original ClientCoordinates move the window? Pin
Chilli7117-May-07 7:53
Chilli7117-May-07 7:53 
AnswerSolution Pin
Chilli717-Jun-07 20:07
Chilli717-Jun-07 20:07 
QuestionAbout Tetris game Pin
Mojtaba Karimi16-May-07 4:22
Mojtaba Karimi16-May-07 4:22 
AnswerRe: About Tetris game Pin
ajitatif angajetor16-May-07 4:35
ajitatif angajetor16-May-07 4:35 
AnswerRe: About Tetris game Pin
CPallini16-May-07 9:36
mveCPallini16-May-07 9:36 
QuestionCatching Key Event of an Edit Box Pin
ajitatif angajetor16-May-07 3:49
ajitatif angajetor16-May-07 3:49 
AnswerRe: Catching Key Event of an Edit Box Pin
led mike16-May-07 5:13
led mike16-May-07 5:13 
GeneralRe: Catching Key Event of an Edit Box Pin
ajitatif angajetor16-May-07 6:34
ajitatif angajetor16-May-07 6:34 
GeneralRe: Catching Key Event of an Edit Box Pin
malaugh16-May-07 8:58
malaugh16-May-07 8:58 

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.