C Board  

Go Back   C Board > Community Boards > A Brief History of Cprogramming.com

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
Old 03-19-2002, 06:14 PM   #1
l'Anziano
 
DavidP's Avatar
 
Join Date: Aug 2001
Posts: 2,573
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."
DavidP is offline  
Old 03-19-2002, 07:04 PM   #2
Just one more wrong move.
 
-KEN-'s Avatar
 
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  
Old 03-19-2002, 07:30 PM   #3
ggs
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
ggs is offline  
 

Thread Tools
Display Modes

Forum Jump

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


All times are GMT -6. The time now is 10:30 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0 RC2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22