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
time and space
1.7k
31
57k
How to sort struct fields data?
Sep 6 2011 8:15 AM
How can I sort all the data in the fields in the following struct, sorted by Score?
public struct HighScoreData
{
public string[] Name;
public int[] Score;
public int[] Stage;
public int Count;
public HighScoreData(int count)
{
Name = new string[count];
Score = new int[count];
Stage = new int[count];
Count = count;
}
}
Reply
Answers (
2
)
Checkbox event in datagridview
How to set 16 0's key value on TripleDESCryptoServiceProvider.