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
Karthik Agarwal
NA
748
266.1k
How to read from dictionary?
Sep 15 2011 2:15 AM
Hi,
I have a dictionary as follows:
static Dictionary<String ^, List<String ^>^> ^ language_string_table;
where i have 17 string's. For each of 17 string's there is an associated list of 1500 string's. Now what i want to do is: compare strings in all the lists at each and every index.
EX: 1st list 1st element should be compared with all the list's 1st element. Similarly for all the indexes in all the lists.
Reply
Answers (
23
)
How to convert a char or string to hex?
How to compare all the elements in a list?