TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
kyle_hankinson
NA
58
0
Function pointers?
Dec 11 2004 7:22 PM
Hey, I have some code in C, that I would like to get working in C#. Im assuming its possible using delegates however im not quite sure how. The code I would like to get working is something like: int ( *function )(); so that I could now do int retVal = (*function) ( test ); int test ( ) { return ( 5 ); } I hope this is clear enough. Thanks in advance.
Reply
Answers (
3
)
TypeLoadException??
Datagrid Tables within Tables