Click here to Skip to main content
15,798,673 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: RAII Theory Pin
pasztorpisti23-Mar-13 2:06
pasztorpisti23-Mar-13 2:06 
GeneralRe: RAII Theory Pin
Stephen Hewitt24-Mar-13 9:27
Stephen Hewitt24-Mar-13 9:27 
GeneralRe: RAII Theory Pin
pasztorpisti24-Mar-13 9:44
pasztorpisti24-Mar-13 9:44 
GeneralRe: RAII Theory Pin
pasztorpisti24-Mar-13 9:52
pasztorpisti24-Mar-13 9:52 
QuestionFunction pointer Pin
Marco Bertschi21-Mar-13 1:10
professionalMarco Bertschi21-Mar-13 1:10 
AnswerRe: Function pointer Pin
Richard MacCutchan21-Mar-13 1:51
mveRichard MacCutchan21-Mar-13 1:51 
GeneralRe: Function pointer Pin
Marco Bertschi21-Mar-13 2:06
professionalMarco Bertschi21-Mar-13 2:06 
GeneralRe: Function pointer Pin
Richard Andrew x6421-Mar-13 2:57
professionalRichard Andrew x6421-Mar-13 2:57 
Marco Bertschi wrote:
Can I use a array of pointers of an unknown type as arguments for the function?

I would say, yes, you can do that, but it's dangerous because it's not type-safe. This type of code would be filled with casts and could be very difficult to get right.



The difficult we do right away...
...the impossible takes slightly longer.

GeneralRe: Function pointer Pin
Marco Bertschi21-Mar-13 3:16
professionalMarco Bertschi21-Mar-13 3:16 
GeneralRe: Function pointer Pin
Freak3021-Mar-13 3:30
Freak3021-Mar-13 3:30 
GeneralRe: Function pointer Pin
Marco Bertschi21-Mar-13 3:36
professionalMarco Bertschi21-Mar-13 3:36 
GeneralRe: Function pointer Pin
dusty_dex21-Mar-13 5:21
dusty_dex21-Mar-13 5:21 
GeneralRe: Function pointer Pin
Richard MacCutchan21-Mar-13 4:28
mveRichard MacCutchan21-Mar-13 4:28 
QuestionProblem regarding to array in C++ Pin
achylast20-Mar-13 23:00
achylast20-Mar-13 23:00 
AnswerRe: Problem regarding to array in C++ Pin
Richard MacCutchan20-Mar-13 23:48
mveRichard MacCutchan20-Mar-13 23:48 
QuestionRe: Problem regarding to array in C++ Pin
achylast25-Mar-13 16:36
achylast25-Mar-13 16:36 
AnswerRe: Problem regarding to array in C++ Pin
Richard MacCutchan26-Mar-13 0:31
mveRichard MacCutchan26-Mar-13 0:31 
AnswerRe: Problem regarding to array in C++ Pin
Marco Bertschi21-Mar-13 1:12
professionalMarco Bertschi21-Mar-13 1:12 
QuestionWinsock Error 10035 Pin
john563220-Mar-13 20:26
john563220-Mar-13 20:26 
AnswerRe: Winsock Error 10035 Pin
Jochen Arndt20-Mar-13 23:09
professionalJochen Arndt20-Mar-13 23:09 
GeneralRe: Winsock Error 10035 Pin
john563220-Mar-13 23:43
john563220-Mar-13 23:43 
GeneralRe: Winsock Error 10035 Pin
Jochen Arndt21-Mar-13 0:03
professionalJochen Arndt21-Mar-13 0:03 
QuestionDirectShow is a flop – any other video library out there? Pin
Vaclav_20-Mar-13 18:06
Vaclav_20-Mar-13 18:06 
AnswerRe: DirectShow is a flop – any other video library out there? Pin
SoMad20-Mar-13 20:04
professionalSoMad20-Mar-13 20:04 
GeneralRe: DirectShow is a flop – any other video library out there? Pin
Vaclav_21-Mar-13 5:31
Vaclav_21-Mar-13 5:31 

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.