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.5k
How to find the max value of group of arrays
Aug 25 2011 7:40 AM
Hi,
I have six arrays which is of float type. Any specific index in all these arrays represent set of values for me. Ex: if index is zero all the six arrays zeroth index represent a set of values, from which i need to find the max value. similarly for all other indexes.
array1 array2 array3 array4 array5 array6
0 0 0 0 0 0
1 1 1 1 1 1
-------------------------------------so on
i need to find out which is the max value of a specific index among all these arrays and should store it in another array or list
Reply
Answers (
9
)
Usage of Dictionary along with KeyPairValue
C++ MFC