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
Hans
NA
4
0
Conversion from C++ to C#
Oct 23 2009 7:44 AM
In C++ we have this code: #define WORD(b) ((b)[0] << 8 | (b)[1]) int Foo::R(void) { unsigned char *a; return WORD(a+2); } How can this be translated to C#? Kind regards Hans
Reply
Answers (
1
)
Group DataGrid rows
XML - Read a specific node