Re: Good Book on Parsing Strings?



bwaichu@xxxxxxxxx wrote:
I am writing a very basic web server, and I need to parse the HTTP
Request string that I am receiving. Are there any good C books that
suggest ways to parse strings effectively?

There are many books that treat this subject a bit mathematically, e.g.,
String Searching Algorithms by Graham Stephen - is this the kinda thing
you're after? This one doesn't have any C, but does include pseudo code
that you could easily convert.


--
==============================================================================
USENET: Post to exotic, distant machines. Meet exciting, unusual people.
And flame them.

Dan Sorenson
==============================================================================


.



Relevant Pages

  • Re: Newbie question
    ... My only current reference is SAMS ... Two other books that come up because of their completeness are The C++ ... The SAMS book isn't that good really. ... string at least though... ...
    (comp.lang.cpp)
  • Class Question
    ... Public Property NameAs String ... Private _Books As Book ... Private _Editor As String ...
    (microsoft.public.dotnet.framework.aspnet)
  • Conti book question re. picking
    ... Having heard so much good stuff about the Robert Conti Source Code ... books, I've just picked up the first two and am starting with the ... on the very first exercise. ... sixth string to the second and back to the fifth), ...
    (rec.music.makers.guitar.jazz)
  • Re: A newbies cry for help editing XML document
    ... Private Function myFunction(ByVal strNodeName As String) As String ... > Using VB.NET, VS2003, XML. ... If the title matches my compare string, I need to look for the books' ...
    (microsoft.public.dotnet.xml)
  • Re: parse a string
    ... Yeah well there arent very many begginner C# books that discuss the basics that I have found and ver few show how to use Split. ... string[] args; ... Console.WriteLine(employeeId); ... >> I am new to programming im not sure about a for loop either. ...
    (microsoft.public.dotnet.languages.csharp)