Thread: parsing

  1. #1
    Registered User
    Join Date
    Mar 2006
    Posts
    17

    parsing

    im having a major problem woth this and i need help, im setting up a proxy and want to filter the html so to block indecent material, so im basically creating a nanny filter, is there a class for parsing? ie. changing bytes/chars that come over the net to readable html code?

  2. #2
    System Novice siavoshkc's Avatar
    Join Date
    Jan 2006
    Location
    Tehran
    Posts
    1,246
    Though I am not agree with filtering. But you have a proxy server OK? Do you know how data travel across the internet? Are you familiar with TCP/IP or HTTP?
    Learn C++ (C++ Books, C Books, FAQ, Forum Search)
    Code painter latest version on sourceforge DOWNLOAD NOW!
    Download FSB Data Integrity Tester.
    Siavosh K C

  3. #3
    Registered User
    Join Date
    Mar 2006
    Posts
    17
    im familiar with the data that travels across the net, im using sockets,
    im not using the .net framework, do u know any usefull classes for a html parcer? or anything?

    thanx

  4. #4
    Registered User
    Join Date
    Aug 2005
    Posts
    1,267
    did you look at google

  5. #5
    Registered User
    Join Date
    Mar 2006
    Posts
    17
    what about using xml parsing?

  6. #6
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    Search the board for "XML".
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. need sth about parsing
    By Masterx in forum C++ Programming
    Replies: 6
    Last Post: 11-07-2008, 12:55 AM
  2. added start menu crashes game
    By avgprogamerjoe in forum Game Programming
    Replies: 6
    Last Post: 08-29-2007, 01:30 PM
  3. draw tree graph of yacc parsing
    By talz13 in forum C Programming
    Replies: 2
    Last Post: 07-23-2006, 01:33 AM
  4. Parsing for Dummies
    By MisterWonderful in forum C++ Programming
    Replies: 4
    Last Post: 03-08-2004, 05:31 PM
  5. I hate string parsing with a passion
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 03-19-2002, 07:30 PM