C language > Expert questions

Two questions

(1/1)

halsten:
Hello,

I wanted to know why does PellesC does not support C++ up till now? Any specific reason? ... My second question was regarding the following error...


--- Code: ---error #2001: Syntax error: found '*' - expecting ')'.
error #2161: Extraneous old-style parameter list.
--- End code ---

Here's the part of code that triggers the error...


--- Code: ---typedef VOID  (CALLBACK* PROC)(UUID*);
--- End code ---

I wanted to know the reason that triggers that error, because as far as I have tested; it compiles fine under MSVC 6.0 ... Thanks in advance.

Regards,
halsten

Navigation

[0] Message Index

Go to full version