i am really stuck, i need hlp plz
i am writing a program, one part of this program consists of a function that needs to alphabetize 100 words (strings) that were read in from a file before, i am simply looking for a function besides (basic_string::compare()), some simple function that has a capability to put the words in alphabetized manner. Right now i am playing around with different string manipulators like strcmp(str1, str2) but it's taking me too many different checks and if statments, or maybe just a simple function that analizes every character of the string...???
i am also looking for a function that specifies where the output to the file could be placed, for example: if you want to put a string "hello" at the beginning of the 15th column of the 7th row...???
i am working on a qsort() now, it seems like it doesn't want to do the job
please post something....????
you can e-mail me at matheo917@home.com