Click here to Skip to main content
16,005,734 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questiondirectks in video capture? Pin
yongwpi21-Nov-06 9:16
yongwpi21-Nov-06 9:16 
QuestionProblem with for_each function Pin
WillemM21-Nov-06 8:52
WillemM21-Nov-06 8:52 
AnswerRe: Problem with for_each function Pin
Maximilien21-Nov-06 9:29
Maximilien21-Nov-06 9:29 
GeneralRe: Problem with for_each function Pin
WillemM21-Nov-06 10:19
WillemM21-Nov-06 10:19 
GeneralRe: Problem with for_each function Pin
Maximilien21-Nov-06 10:38
Maximilien21-Nov-06 10:38 
GeneralRe: Problem with for_each function Pin
Stephen Hewitt21-Nov-06 11:42
Stephen Hewitt21-Nov-06 11:42 
QuestionMember function with a const parm Pin
Reagan Conservative21-Nov-06 7:53
Reagan Conservative21-Nov-06 7:53 
AnswerRe: Member function with a const parm Pin
CPallini21-Nov-06 8:12
mveCPallini21-Nov-06 8:12 
The function has a default parameter, i.e. if it's called without specifying the parameter (e.g. ToggleFreezeRequest()) then
the the value of the parameter will be the default one (-1). On the other hand, if you call it passing the actual value (e.g. ToggleFreezeRequest(6) or ToggleFreezeRequest(n)) then the default value it's overidden by the passed one.
Moreover, the formal parameter it is declared as a const, meaning that the function cannot change the value passed.
Smile | :)
AnswerRe: Member function with a const parm Pin
David Crow21-Nov-06 8:13
David Crow21-Nov-06 8:13 
AnswerRe: Member function with a const parm Pin
Reagan Conservative21-Nov-06 8:14
Reagan Conservative21-Nov-06 8:14 
AnswerRe: Member function with a const parm Pin
Michael Dunn21-Nov-06 8:33
sitebuilderMichael Dunn21-Nov-06 8:33 
Questionhow to create a text box? Pin
bosstroy21-Nov-06 6:13
bosstroy21-Nov-06 6:13 
AnswerRe: how to create a text box? Pin
super_ttd21-Nov-06 6:18
super_ttd21-Nov-06 6:18 
AnswerRe: how to create a text box? Pin
Waldermort21-Nov-06 6:42
Waldermort21-Nov-06 6:42 
GeneralRe: how to create a text box? Pin
Paul Conrad21-Nov-06 16:21
professionalPaul Conrad21-Nov-06 16:21 
GeneralRe: how to create a text box? Pin
ThatsAlok21-Nov-06 17:57
ThatsAlok21-Nov-06 17:57 
QuestionMFC Class Wizard in Visual Studio 2005 Pin
ilgale21-Nov-06 5:53
ilgale21-Nov-06 5:53 
AnswerRe: MFC Class Wizard in Visual Studio 2005 Pin
led mike21-Nov-06 5:56
led mike21-Nov-06 5:56 
AnswerRe: MFC Class Wizard in Visual Studio 2005 Pin
David Crow21-Nov-06 8:15
David Crow21-Nov-06 8:15 
QuestionIndexed Sequential library - flat 'C Pin
spring pizza21-Nov-06 5:11
spring pizza21-Nov-06 5:11 
AnswerRe: Indexed Sequential library - flat 'C Pin
led mike21-Nov-06 5:26
led mike21-Nov-06 5:26 
GeneralRe: Indexed Sequential library - flat 'C Pin
Mark Salsbery21-Nov-06 6:13
Mark Salsbery21-Nov-06 6:13 
GeneralRe: Indexed Sequential library - flat 'C Pin
super_ttd21-Nov-06 6:17
super_ttd21-Nov-06 6:17 
GeneralRe: Indexed Sequential library - flat 'C Pin
Zac Howland21-Nov-06 6:27
Zac Howland21-Nov-06 6:27 
GeneralRe: Indexed Sequential library - flat 'C Pin
Mark Salsbery21-Nov-06 6:38
Mark Salsbery21-Nov-06 6:38 

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.