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

C / C++ / MFC

 
GeneralRe: text wrapping for a custom ctreectrl (mfc) Pin
kitkat120122-Dec-08 8:30
kitkat120122-Dec-08 8:30 
GeneralRe: text wrapping for a custom ctreectrl (mfc) Pin
Code-o-mat2-Dec-08 8:55
Code-o-mat2-Dec-08 8:55 
GeneralRe: text wrapping for a custom ctreectrl (mfc) Pin
kitkat120122-Dec-08 10:51
kitkat120122-Dec-08 10:51 
QuestionRe: text wrapping for a custom ctreectrl (mfc) Pin
Singh, Yashpal10-Dec-13 20:17
Singh, Yashpal10-Dec-13 20:17 
QuestionPlease consider the following C Program Pin
BobInNJ2-Dec-08 7:42
BobInNJ2-Dec-08 7:42 
AnswerRe: Please consider the following C Program Pin
toxcct2-Dec-08 7:51
toxcct2-Dec-08 7:51 
AnswerRe: Please consider the following C Program Pin
Code-o-mat2-Dec-08 7:55
Code-o-mat2-Dec-08 7:55 
GeneralRe: Please consider the following C Program Pin
toxcct2-Dec-08 8:05
toxcct2-Dec-08 8:05 
I don't agree. the synopsis of the main() function (as an application entry point), there are several syntaxes allowed, and int main(int argc, char **argv) is definitely not *THE* ultimate one.

in C, the returned type is not mandatory. if not provided, int is assumed.
and under windows, main can accept a third parameter which is an array containing the environment variables...


GeneralRe: Please consider the following C Program Pin
Code-o-mat2-Dec-08 8:17
Code-o-mat2-Dec-08 8:17 
GeneralRe: Please consider the following C Program Pin
toxcct2-Dec-08 8:19
toxcct2-Dec-08 8:19 
GeneralRe: Please consider the following C Program Pin
CPallini2-Dec-08 9:22
mveCPallini2-Dec-08 9:22 
GeneralRe: Please consider the following C Program Pin
toxcct2-Dec-08 9:25
toxcct2-Dec-08 9:25 
GeneralRe: Please consider the following C Program Pin
CPallini2-Dec-08 9:29
mveCPallini2-Dec-08 9:29 
AnswerRe: Please consider the following C Program Pin
David Crow2-Dec-08 8:04
David Crow2-Dec-08 8:04 
AnswerRe: Please consider the following C Program Pin
CPallini2-Dec-08 9:08
mveCPallini2-Dec-08 9:08 
AnswerRe: Please consider the following C Program Pin
Timothy Baldwin2-Dec-08 12:23
Timothy Baldwin2-Dec-08 12:23 
Questionwhy it is so.. Pin
ramina sen2-Dec-08 4:37
ramina sen2-Dec-08 4:37 
AnswerRe: why it is so.. Pin
Code-o-mat2-Dec-08 4:53
Code-o-mat2-Dec-08 4:53 
GeneralRe: why it is so.. Pin
Maximilien2-Dec-08 5:11
Maximilien2-Dec-08 5:11 
GeneralRe: why it is so.. Pin
Code-o-mat2-Dec-08 5:14
Code-o-mat2-Dec-08 5:14 
GeneralRe: why it is so.. Pin
Nemanja Trifunovic2-Dec-08 5:20
Nemanja Trifunovic2-Dec-08 5:20 
QuestionRe: why it is so.. Pin
led mike2-Dec-08 6:57
led mike2-Dec-08 6:57 
GeneralRe: why it is so.. Pin
toxcct2-Dec-08 7:41
toxcct2-Dec-08 7:41 
AnswerRe: why it is so.. Pin
Paul Conrad2-Dec-08 5:04
professionalPaul Conrad2-Dec-08 5:04 
GeneralRe: why it is so.. Pin
Code-o-mat2-Dec-08 8:01
Code-o-mat2-Dec-08 8:01 

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.