Thread: web spider

  1. #16
    - - - - - - - - oogabooga's Avatar
    Join Date
    Jan 2008
    Posts
    2,808
    Quote Originally Posted by cfanatic View Post
    Will I go mad?
    Probably! A parser's definitely the better way to go. Regexes are more of a quick-and-dirty route, my specialty.
    The cost of software maintenance increases with the square of the programmer's creativity. - Robert D. Bliss

  2. #17
    Registered User
    Join Date
    Jul 2012
    Location
    Australia
    Posts
    242
    Well, it looks like I will have to write my own parsing code, or learn to use and implement regex.

    The available libraries that I've had a look all had spectacularly poor documentation, missing header files, and code that needed to be debugged.

    I would rather go mad trying to do it myself, than go mad trying to make sense of other people's code.

    I pity the people that have to try to make sense of other people's poorly documented, incomplete, buggy code for a living.
    IDE: Code::Blocks | Compiler Suite for Windows: TDM-GCC (MingW, gdb)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Web Spider
    By darren78 in forum C++ Programming
    Replies: 8
    Last Post: 09-29-2010, 01:24 AM