Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C++
Two reference functions
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Frederick Gotham, post: 2578735"] shuisheng posted: If TYPE is a something like a function pointer, or a pointer to an array, or anything more complex than a simple type such as "int" or "short*", then the code is broken, e.g.: #define TYPE int (*(*)())[5] If TYPE is a typedef, then it will work OK -- but evidently it's a macro since you have used ALL CAPS for its name. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C++
Two reference functions
Top