Click here to Skip to main content
15,887,214 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerSOLVED: Re: Function pointer syntax help Pin
Xpnctoc20-Feb-11 10:29
Xpnctoc20-Feb-11 10:29 
GeneralRe: SOLVED: Re: Function pointer syntax help Pin
Albert Holguin20-Feb-11 11:26
professionalAlbert Holguin20-Feb-11 11:26 
GeneralRe: SOLVED: Re: Function pointer syntax help Pin
Xpnctoc20-Feb-11 12:36
Xpnctoc20-Feb-11 12:36 
GeneralRe: SOLVED: Re: Function pointer syntax help Pin
Michael Dunn20-Feb-11 21:43
sitebuilderMichael Dunn20-Feb-11 21:43 
GeneralRe: SOLVED: Re: Function pointer syntax help Pin
Xpnctoc21-Feb-11 4:15
Xpnctoc21-Feb-11 4:15 
GeneralRe: SOLVED: Re: Function pointer syntax help Pin
Albert Holguin21-Feb-11 10:51
professionalAlbert Holguin21-Feb-11 10:51 
GeneralRe: SOLVED: Re: Function pointer syntax help Pin
Xpnctoc21-Feb-11 10:56
Xpnctoc21-Feb-11 10:56 
GeneralRe: SOLVED: Re: Function pointer syntax help Pin
Albert Holguin21-Feb-11 10:56
professionalAlbert Holguin21-Feb-11 10:56 
Another difference that's easy for C++ devs to forget is the fact that C doesn't support parameters with defaults.

Example:
Valid in C++, not valid in C
int GetFoo(int HowMany=1){} 

GeneralRe: SOLVED: Re: Function pointer syntax help Pin
Xpnctoc21-Feb-11 10:59
Xpnctoc21-Feb-11 10:59 
GeneralRe: SOLVED: Re: Function pointer syntax help Pin
Albert Holguin21-Feb-11 15:18
professionalAlbert Holguin21-Feb-11 15:18 
QuestionANSI C in VS 2010 Pin
Xpnctoc16-Feb-11 3:50
Xpnctoc16-Feb-11 3:50 
AnswerRe: ANSI C in VS 2010 Pin
Xpnctoc16-Feb-11 4:02
Xpnctoc16-Feb-11 4:02 
GeneralRe: ANSI C in VS 2010 Pin
Richard MacCutchan16-Feb-11 4:12
mveRichard MacCutchan16-Feb-11 4:12 
GeneralRe: ANSI C in VS 2010 Pin
Xpnctoc16-Feb-11 11:46
Xpnctoc16-Feb-11 11:46 
GeneralRe: ANSI C in VS 2010 Pin
Richard MacCutchan16-Feb-11 21:35
mveRichard MacCutchan16-Feb-11 21:35 
GeneralRe: ANSI C in VS 2010 Pin
Albert Holguin20-Feb-11 11:29
professionalAlbert Holguin20-Feb-11 11:29 
AnswerRe: ANSI C in VS 2010 Pin
Richard MacCutchan16-Feb-11 4:14
mveRichard MacCutchan16-Feb-11 4:14 
GeneralRe: ANSI C in VS 2010 Pin
Xpnctoc16-Feb-11 11:46
Xpnctoc16-Feb-11 11:46 
QuestionAccessing web service in native C++ application Pin
vipin_nvk15-Feb-11 23:27
vipin_nvk15-Feb-11 23:27 
AnswerRe: Accessing web service in native C++ application Pin
Yusuf20-Feb-11 1:52
Yusuf20-Feb-11 1:52 
QuestionOPC connectivity timeout problem Pin
Neo Andreson14-Feb-11 20:19
Neo Andreson14-Feb-11 20:19 
QuestionRe: OPC connectivity timeout problem Pin
Richard MacCutchan14-Feb-11 23:00
mveRichard MacCutchan14-Feb-11 23:00 
AnswerRe: OPC connectivity timeout problem Pin
Neo Andreson15-Feb-11 1:55
Neo Andreson15-Feb-11 1:55 
GeneralRe: OPC connectivity timeout problem Pin
Richard MacCutchan15-Feb-11 2:11
mveRichard MacCutchan15-Feb-11 2:11 
QuestionBring bits of old MFC apps into an ATL app Pin
Craig Longman11-Feb-11 6:59
Craig Longman11-Feb-11 6:59 

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.