Wildcard seaching in a string array.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Please suggest me a way to search for strings with wildcards in an array of
character strings.
 
Thanks Brian,
Sorry, I'm not using dot net.
I am using VS 6.0 with plain SDK, no MFC.
Any suggestions for the same on VS 6.0?
 
Murthy said:
Thanks Brian,
Sorry, I'm not using dot net.
I am using VS 6.0 with plain SDK, no MFC.
Any suggestions for the same on VS 6.0?

Another regular expression libary. Try searching the 'net a bit - you'll
find several. You can start at www.boost.org.

-cd
 
Back
Top