hey, I won't go into all the specifics of my situation, but could anyone give me the syntax for passing pointers that are on the heap? Does it (the syntax) differ because it's a pointer to an array?
I have to solve a problem for my wife who is engaged in Research in Breast Cancer.
1. She has frequently to search a list of alphabetic characters for an exact match of a pattern.This pattern can be pasted into a file.Sometimes the characters are presented to her as a single line but other times as several columns which actually are intended to be a single line. Also the case can vary.
e.g. mwaaagglwrsraglralfrsrdaalfpgcerglhcsavscknwlkkfasktkkkvwyespslgshstykpskleflmrstskktrkedharlralngllykaltdllctpevsqelydlnvelskvsltpdfsacraywkttlsaeqnahmeavlqrsaahmslisywqsqtldpgmkettlykmisgtlmphnpaapqsrpqapvcvgsimrrstsrlwstkggkikgsgawcgrgrwls
2. There are ONLY two patterns to be searched for -
r?r??s
r?r??t
The ? can be any of the following characters
acdefghiklmnpqrstvxy
3. Once an exact match/s has been made it is essential to know the number of characters from the start of the line to each match.It is possible that there is more than one match.
Can anyone suggest a program in ANSI C that will compile in the first instance in Solaris (SunOS 5.9).
But is portable (source and then re compile) to HP-UX and AIX and to XP.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.