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
tang_eric
NA
9
0
How can I define the size of an array in a struct?
Mar 18 2004 3:17 AM
i can implement struct in c++ like this: struct test{ char name[8]; int age; float salary; ... } t; then i read struct in file like this: CFile f1,f2; f1.Read(&t,sizeof(t)); or f2.Write(&t,sizeof(t)); but how can i implement the procedure in c#?
Reply
Answers (
3
)
window imaging?
Active Directory synchronisation in C#