From: John P. <jo...@ma...> - 2000-12-03 21:23:03
|
I have created a new file some_algo.h which has the regex stuff in it. It works very well. It uses the old dos shell wildcard format. The only two special symbols are the '*' and '?'. * means match 0 or more of any character. ? means match exactly 1 of any character. I could have gutted grep for code but grep is much to complicated for our needs. On another side note. My professor doesn't know why SOMELib is not linking on the Suns. He suggests that we might have touched on a bug in GCC. I have scratched it off my lists of things to do since I am no Solaris expert and out of all the Unix's I have ever used I hate Solaris the most. If there is someone out there who realy wants to get this working for Solaris( and I think it should work with this major platform) then be my guest and fool around with it and send back the patches. -Quinticent |