Click here to Skip to main content
15,918,889 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: toolbar resize problem Pin
Try3-Apr-07 19:07
Try3-Apr-07 19:07 
QuestionFunctions and if () Question [modified] Pin
Programm3r2-Apr-07 21:50
Programm3r2-Apr-07 21:50 
AnswerRe: Functions and if () Question Pin
kakan2-Apr-07 22:02
professionalkakan2-Apr-07 22:02 
AnswerRe: Functions and if () Question Pin
CPallini2-Apr-07 22:11
mveCPallini2-Apr-07 22:11 
GeneralRe: Functions and if () Question Pin
kakan2-Apr-07 22:16
professionalkakan2-Apr-07 22:16 
GeneralRe: Functions and if () Question Pin
CPallini2-Apr-07 22:31
mveCPallini2-Apr-07 22:31 
GeneralRe: Functions and if () Question Pin
kakan2-Apr-07 22:43
professionalkakan2-Apr-07 22:43 
QuestionRe: Functions and if () Question Pin
Programm3r2-Apr-07 22:29
Programm3r2-Apr-07 22:29 
Thank you for clearing that one up ... So if I understand correctly:
bool a = false;
if (!a) // if not False do sometime

int b = -2;
if (!b) // if b is not equal or greater than zero


CPallini wrote:
Hope that helps.

Yes it did, thanks again.
Regards,



The only programmers that are better than C programmers are those who code in 1's and 0's..... Smile | :)

Smile | :) Programm3r

My Blog: ^_^

AnswerRe: Functions and if () Question Pin
kakan2-Apr-07 22:38
professionalkakan2-Apr-07 22:38 
AnswerRe: Functions and if () Question Pin
CPallini2-Apr-07 22:43
mveCPallini2-Apr-07 22:43 
GeneralRe: Functions and if () Question Pin
cp98763-Apr-07 1:35
cp98763-Apr-07 1:35 
JokeRe: Functions and if () Question Pin
Cedric Moonen2-Apr-07 22:21
Cedric Moonen2-Apr-07 22:21 
GeneralRe: Functions and if () Question Pin
CPallini2-Apr-07 22:34
mveCPallini2-Apr-07 22:34 
GeneralRe: Functions and if () Question Pin
Programm3r2-Apr-07 22:35
Programm3r2-Apr-07 22:35 
QuestionHow to get IP adress? Pin
birajendu2-Apr-07 21:35
birajendu2-Apr-07 21:35 
AnswerRe: How to get IP adress? Pin
saisp2-Apr-07 21:39
saisp2-Apr-07 21:39 
AnswerRe: How to get IP adress? Pin
Nibu babu thomas2-Apr-07 23:45
Nibu babu thomas2-Apr-07 23:45 
AnswerRe: How to get IP adress? Pin
Suresh H3-Apr-07 0:15
Suresh H3-Apr-07 0:15 
QuestionDetecting out-of-bounds in dynamic array? Pin
dontknowitall2-Apr-07 21:29
dontknowitall2-Apr-07 21:29 
AnswerRe: Detecting out-of-bounds in dynamic array? Pin
CPallini2-Apr-07 22:13
mveCPallini2-Apr-07 22:13 
GeneralRe: Detecting out-of-bounds in dynamic array? Pin
dontknowitall2-Apr-07 22:24
dontknowitall2-Apr-07 22:24 
QuestionRe: Detecting out-of-bounds in dynamic array? Pin
CPallini2-Apr-07 22:53
mveCPallini2-Apr-07 22:53 
AnswerRe: Detecting out-of-bounds in dynamic array? Pin
dontknowitall2-Apr-07 23:11
dontknowitall2-Apr-07 23:11 
GeneralRe: Detecting out-of-bounds in dynamic array? Pin
CPallini2-Apr-07 23:32
mveCPallini2-Apr-07 23:32 
AnswerRe: Detecting out-of-bounds in dynamic array? Pin
Mark Salsbery3-Apr-07 8:33
Mark Salsbery3-Apr-07 8:33 

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.