View Poll Results: Do you hate string parsing with a passion?

Voters
6. You may not vote on this poll
  • I hate it!!! Kill string parsing!! AAARRGGG!!!

    4 66.67%
  • dang string parsing....*mumble mumble mumble*

    0 0%
  • it is okay...

    1 16.67%
  • oh lovely string parsing, i just love you!!! all of your spaces, and substrings, and lowers, and capitals, and inserts, and prepends, and appends, and deletes, and so forth! oh how i love you!

    1 16.67%

Thread: I hate string parsing with a passion

  1. #1
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743

    Angry I hate string parsing with a passion

    Out of everything I have ever programmed, the one thing I hate to do most is parse strings.

    There are so many things that you can easily overlook and make go wrong, I hate parsing strings.

    Substrings, inserts, deletes, appends, prepends......it's all freakin heck to try and do.....having to create copies of the string on one side and the other side..etc...etc...etc....oh how i hate string parsing...

    How do people that make compilers deal with it? Can you imagine having to go through source code parsing the entire file to find every function call, the arguements that go along with that function call....having to know what to discard and what not to....think of how many spaces and end line characters you would be looking for....and then...yes, and then....you would have to check for the all dreaded semicolon to make sure each line of code ends properly....just think of all the string parsing!!!! aahh!! and then once you have all of it parsed you would have to convert it to assembly....

    what a big job...

    i hate string parsing....
    My Website

    "Circular logic is good because it is."

  2. #2
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    And I thought that I was the only one ! I wish I was good at it, but it just takes too much thought and I get too many bugs. I can normally write some really good parsing code, but it always gets overloaded with errors. Then I just go through one-by-one fixing them all. Normally that can take up to a week. Lord how I hate it with a passion! And you almost always have to do it in some form or another.

  3. #3
    C > C++ duders ggs's Avatar
    Join Date
    Aug 2001
    Posts
    435
    I'm writing a compiler, and it's luverly!

    (except for function pointers. grrrr)

    there are clean ways of doing everything.....
    .sect signature

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. char Handling, probably typical newbie stuff
    By Neolyth in forum C Programming
    Replies: 16
    Last Post: 06-21-2009, 04:05 AM
  2. String parsing
    By broli86 in forum C Programming
    Replies: 3
    Last Post: 07-03-2008, 05:06 PM
  3. Message class ** Need help befor 12am tonight**
    By TransformedBG in forum C++ Programming
    Replies: 1
    Last Post: 11-29-2006, 11:03 PM
  4. Replies: 4
    Last Post: 03-03-2006, 02:11 AM
  5. Calculator + LinkedList
    By maro009 in forum C++ Programming
    Replies: 20
    Last Post: 05-17-2005, 12:56 PM