Sorting multidimensional arrays

G

Gaspard Kayitare

I would like to know how to use multidimensional arrays principles for
sorting grades for four students obtained in four subjects.I am
supposed to arrange the data in a form of a table,students names by
rows and subjects/course units by columns.How should I organise my c++
code.The program should sort the grades of each students in ascending
or descending orders.
 
A

Allan Bruce

Gaspard Kayitare said:
I would like to know how to use multidimensional arrays principles for
sorting grades for four students obtained in four subjects.I am
supposed to arrange the data in a form of a table,students names by
rows and subjects/course units by columns.How should I organise my c++
code.The program should sort the grades of each students in ascending
or descending orders.

Why not just have one array of class Student which would store the data of
one row?
Allan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,007
Latest member
obedient dusk

Latest Threads

Top