Welcome to Dream.In.Code
Become a C++ Expert!

Join 149,902 C++ Programmers for FREE! Get instant access to thousands of C++ experts, tutorials, code snippets, and more! There are 2,215 people online right now. Registration is fast and FREE... Join Now!




How to sort a matrix

 
Reply to this topicStart new topic

How to sort a matrix, If you could help me with resolvind the problem of reading, printing,

TheMind
8 Jan, 2008 - 04:07 PM
Post #1

New D.I.C Head
*

Joined: 8 Jan, 2008
Posts: 2

I cant complete this code for sorting the matrice:

CODE

nt main()  
{  

    readMatrice(A,n,m);  
    printMatrice(A,n,m);  
    convertMatriceToVector(A,n,m,V);  
    writeVector(V);
    sortVector(V);
    writeVector(V);
    convertVectorToMatrice(V,n,m,A);  
    printMatrice(A,n,m);  

    cin.get();  
    return 0;  
}


If you could please help me with this codes.
I am new here.
User is offlineProfile CardPM
+Quote Post

Reply to this topicStart new topic
Time is now: 1/8/09 01:19PM

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter

Live C++ Help!

C++ Tutorials

Reference Sheets

C++ Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month