![]() |
| |||||||
| View Poll Results: Do you hate string parsing with a passion? | |||
| 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% |
| Voters: 6. You may not vote on this poll | |||
| | LinkBack | Thread Tools | Display Modes |
| | #1 |
| l'Anziano Join Date: Aug 2001
Posts: 2,573
| 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.... |
| DavidP is offline |
| | #2 |
| Just one more wrong move. Join Date: Aug 2001
Posts: 3,232
| 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.
__________________ Gays can't love like real people entropysink.com -- because arses weren't designed for running websites. |
| -KEN- is offline |
| | #3 |
| C > C++ duders 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 |
| ggs is offline |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| char Handling, probably typical newbie stuff | Neolyth | C Programming | 16 | 06-21-2009 04:05 AM |
| String parsing | broli86 | C Programming | 3 | 07-03-2008 05:06 PM |
| Message class ** Need help befor 12am tonight** | TransformedBG | C++ Programming | 1 | 11-29-2006 11:03 PM |
| String editor for a sentence inputted by a user - any suggestions or ideas? | the_newbug | C Programming | 4 | 03-03-2006 02:11 AM |
| Calculator + LinkedList | maro009 | C++ Programming | 20 | 05-17-2005 12:56 PM |