hi, i have a task i dont understand, im working with C++ Borland 6.
my task is to create array ,which will read text from .txt file (any text,with any number of words). What is important i need to count those letters by rating them, and then range (counted letters) in declining lines by rate.
Example: we have text
aaaa, bbbbbbbb, cccccccccccccc, dddddddddddddddddd...
my task is to rate them from higher to lower (sry if my english bad)
......
dddddddddddddddddd
cccccccccccccc
bbbbbbbb
aaaa
I dont know how formula looks so i beg ,to create me one, but create with C++ Borland 6, dont use black screen please. If its possible to compile and extract that program and upload here ^^ thank u.