Thread: Please offer some critisism

  1. #1
    Registered User
    Join Date
    Feb 2003
    Posts
    60

    Please offer some critisism

    Hello,

    I've been programming in C for a few months, and I've recently started to get into C++. I've written an HTML file parser that goes through and extracts the tags from an HTML file. The program itself is of trivial value, but I'd like some feedback from C++ programmers if possible just to let me know if I'm using the STL library the correct way, and things like that.

    The code is here,

    www.luxxsoft.com/downloads

    The parser code is parser_source.zip. There are other sources there and StripHTML is going to implement the parser, so I've shown my initial test version of that code.

    Thanks in advance for any comments!

    Nick.

    BTW, anyone can use any of the code for anything they wish. I'd like to see how people use it though.
    "It compiled, let's ship it!"

    Guitar Australia
    my site for some easy tutorials.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    How about putting real source code in the zip files instead of source code mangled to look like HTML
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. why doesnt the C++ standard library committee offer any AUI related libararie?
    By Masterx in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 02-13-2009, 01:48 PM
  2. Web: How to Offer Custom Download? and Manage It?
    By alphaoide in forum Tech Board
    Replies: 9
    Last Post: 10-01-2004, 11:45 AM
  3. SMS provider that offer SMS shipping world-wide for under 0,05 € ???
    By gicio in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 05-26-2003, 08:26 PM
  4. Can anyone offer an example on this?
    By drdroid in forum C++ Programming
    Replies: 8
    Last Post: 10-09-2002, 12:16 AM
  5. My job offer!!
    By Inept Pig in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 07-09-2002, 09:19 AM