Click here to Skip to main content
15,913,486 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Getting file/folder properties Pin
David Crow24-May-07 3:59
David Crow24-May-07 3:59 
QuestionCan one tell me how to? Pin
RAJKUMARV23-May-07 23:25
RAJKUMARV23-May-07 23:25 
AnswerRe: Can one tell me how to? Pin
CPallini23-May-07 23:27
mveCPallini23-May-07 23:27 
AnswerRe: Can one tell me how to? Pin
Hamid_RT24-May-07 0:38
Hamid_RT24-May-07 0:38 
AnswerRe: Can one tell me how to? Pin
David Crow24-May-07 4:05
David Crow24-May-07 4:05 
QuestionClearly: Can one tell me how to? Pin
RAJKUMARV31-May-07 1:51
RAJKUMARV31-May-07 1:51 
AnswerRe: Clearly: Can one tell me how to? Pin
David Crow31-May-07 2:38
David Crow31-May-07 2:38 
QuestionDifference between C and C++. Pin
C_Zealot23-May-07 22:55
C_Zealot23-May-07 22:55 
Hi all:

In C: when a program terminates correctly, we write
return EXIT_SUCCESS; otherwise
return EXIT_FAILURE;



How about C++, I know in C++ EXIT_SUCCESS and EXIT_FAILURE are not defined. Is there any programming convention I should follow apart from writing plain:

return 0; or
return 1;

Thank you
AnswerRe: Difference between C and C++. Pin
Christian Graus23-May-07 22:58
protectorChristian Graus23-May-07 22:58 
GeneralRe: Difference between C and C++. Pin
C_Zealot23-May-07 23:06
C_Zealot23-May-07 23:06 
GeneralRe: Difference between C and C++. Pin
CPallini23-May-07 23:18
mveCPallini23-May-07 23:18 
AnswerRe: Difference between C and C++. Pin
David Crow24-May-07 3:45
David Crow24-May-07 3:45 
Questionhow to add dynamically in a combo box? Pin
bigphish23-May-07 22:47
bigphish23-May-07 22:47 
AnswerRe: how to add dynamically in a combo box? Pin
Naveen23-May-07 22:53
Naveen23-May-07 22:53 
AnswerRe: how to add dynamically in a combo box? Pin
Hamid_RT23-May-07 23:17
Hamid_RT23-May-07 23:17 
QuestionC++ command in line question Pin
C_Zealot23-May-07 22:46
C_Zealot23-May-07 22:46 
AnswerRe: C++ command in line question Pin
Naveen23-May-07 22:51
Naveen23-May-07 22:51 
GeneralRe: C++ command in line question Pin
C_Zealot23-May-07 22:52
C_Zealot23-May-07 22:52 
Questionhow to change CDialog's background color Pin
Peter, Chan23-May-07 22:35
Peter, Chan23-May-07 22:35 
AnswerRe: how to change CDialog's background color Pin
baerten23-May-07 22:44
baerten23-May-07 22:44 
GeneralRe: how to change CDialog's background color Pin
Peter, Chan24-May-07 0:18
Peter, Chan24-May-07 0:18 
GeneralRe: how to change CDialog's background color Pin
Hamid_RT24-May-07 0:51
Hamid_RT24-May-07 0:51 
GeneralRe: how to change CDialog's background color Pin
Peter, Chan24-May-07 21:14
Peter, Chan24-May-07 21:14 
GeneralRe: how to change CDialog's background color Pin
Hamid_RT24-May-07 21:40
Hamid_RT24-May-07 21:40 
AnswerRe: how to change CDialog's background color Pin
Hamid_RT23-May-07 23:17
Hamid_RT23-May-07 23:17 

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.