Sorting in Pascal

Write here if you have problems with your Pascal source code

Moderator: Board moderators

Post Reply
Verdan
New poster
Posts: 5
Joined: Wed Sep 17, 2003 10:56 am

Sorting in Pascal

Post by Verdan »

Hello!
Could you tell me if there is any function for sorting array
(Like qsort in C)
raymond85
New poster
Posts: 21
Joined: Tue Jul 01, 2003 9:26 am
Location: Hong Kong
Contact:

Post by raymond85 »

you have to write your own algorithm
it's not hard
Verdan
New poster
Posts: 5
Joined: Wed Sep 17, 2003 10:56 am

Post by Verdan »

Thank you! :D
Post Reply

Return to “Pascal”