Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Basic General > Re: How to Remo...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 43 of 67 Topic 650 of 682
Post > Topic >>

Re: How to Remove duplicates line in the txt files

by Ted Davis <tdavis@[EMAIL PROTECTED] > Feb 14, 2008 at 08:19 AM

On Thu, 14 Feb 2008 15:50:19 -0500, Happy Trails wrote:

> On Tue, 12 Feb 2008 19:24:01 -0600, Ted Davis <tdavis@[EMAIL PROTECTED]
> wrote:
> 
>>C++ string cl***** blow the best QBASIC string functions away - awk,
>>especially gawk, blows them both away.  C has many string functions,
just
>>not a native string data type.
> 
> The "C" stands for Cryptic!  C programmers live in a fantasy world.
Basic
> programmers live in the real world where being able to read a program
and
> maintain it are more im****tant making it run faster.  You only have to
> look at which way programmer costs have changed versus the way
processing
> costs have changed over the years to understand this.

I'll take well commented C source code over any self commenting language
any day.  Admittedly, uncommented or badly commented C is a a write-only
language, but that applies to other languages too.  I've had to debug
other people's BASIC code that was so bad I never really understood it -
one that comes to mind was about 30 lines and used letters instead of
names for variables ... and different ones for the same variable (that was
one of the bugs).

The one thing about C that most BASIC programmers never get is pointers,
but an understanding of pointers is necessary to understanding BASIC, and
any other language - whether they are visable or not, they are fundametal
to the way the language works.  For example, a string data type in BASIC
is really just a structure containing a length value and a pointer to the
array holding the characters - the name of the string variable is a
mnemonic for the pointer to the descriptor structure.  While some degree
of profeciency can be reached without understanding the language, true
competence does require that level of understanding.

> 
> C is completely useless without a zillion add-on library items, all of
> which are just as accessible to a modern Basic program as they are to a
> C program, so what's the big deal?
> 
> Anyone who can write spaghetti code can write bad C as well as he can
> write bad Basic.  But why some asshole always posts examples of that
> here to try to win some argument that nobody gives a **** about anyway
> is incomprehensible.
> 
> Wake up - we had this argument years ago, and nobody won!

-- 
T.E.D. (tdavis@[EMAIL PROTECTED]
)
 




 67 Posts in Topic:
How to Remove duplicates line in the txt files
midjet <moman@[EMAIL P  2008-02-10 17:46:35 
Re: How to Remove duplicates line in the txt files
Sjouke Burry <burrynul  2008-02-11 00:53:13 
Re: How to Remove duplicates line in the txt files
"Tom Lake" <  2008-02-10 18:56:30 
Re: How to Remove duplicates line in the txt files
"Todd Vargo" &l  2008-02-11 02:43:47 
Re: How to Remove duplicates line in the txt files
Guy Macon <http://www.  2008-02-11 09:29:48 
Re: How to Remove duplicates line in the txt files
ak621@[EMAIL PROTECTED]   2008-02-11 12:36:18 
Re: How to Remove duplicates line in the txt files
"Todd Vargo" &l  2008-02-11 22:01:45 
Re: How to Remove duplicates line in the txt files
midjet <moman@[EMAIL P  2008-02-11 20:35:42 
Re: How to Remove duplicates line in the txt files
foxidrive <gotcha@[EMA  2008-02-12 13:07:20 
Re: How to Remove duplicates line in the txt files
Ted Davis <tdavis@[EMA  2008-02-10 18:14:56 
Re: How to Remove duplicates line in the txt files
midjet <moman@[EMAIL P  2008-02-10 20:53:21 
Re: How to Remove duplicates line in the txt files
ak621@[EMAIL PROTECTED]   2008-02-11 12:32:31 
Re: How to Remove duplicates line in the txt files
Luuk <Luuk@[EMAIL PROT  2008-02-11 17:30:42 
Re: How to Remove duplicates line in the txt files
ak621@[EMAIL PROTECTED]   2008-02-12 13:33:40 
Re: How to Remove duplicates line in the txt files
Ted Davis <tdavis@[EMA  2008-02-11 19:44:13 
Re: How to Remove duplicates line in the txt files
ak621@[EMAIL PROTECTED]   2008-02-12 13:38:52 
Re: How to Remove duplicates line in the txt files
"Tom Lake" <  2008-02-12 10:08:34 
Re: How to Remove duplicates line in the txt files
Ted Davis <tdavis@[EMA  2008-02-12 09:47:35 
Re: How to Remove duplicates line in the txt files
"Tom Lake" <  2008-02-12 11:04:10 
Re: How to Remove duplicates line in the txt files
ak621@[EMAIL PROTECTED]   2008-02-12 18:16:28 
Re: How to Remove duplicates line in the txt files
"Tom Lake" <  2008-02-12 13:40:10 
Re: How to Remove duplicates line in the txt files
"Auric__" <n  2008-02-12 23:14:54 
Re: How to Remove duplicates line in the txt files
Ted Davis <tdavis@[EMA  2008-02-12 19:34:37 
Re: How to Remove duplicates line in the txt files
"Tom Lake" <  2008-02-12 23:57:10 
Re: How to Remove duplicates line in the txt files
"Tom Lake" <  2008-02-13 00:02:50 
Re: How to Remove duplicates line in the txt files
ak621@[EMAIL PROTECTED]   2008-02-12 18:13:20 
Re: How to Remove duplicates line in the txt files
"Tom Lake" <  2008-02-12 13:43:22 
Re: How to Remove duplicates line in the txt files
ak621@[EMAIL PROTECTED]   2008-02-18 14:21:46 
Re: How to Remove duplicates line in the txt files
Ted Davis <tdavis@[EMA  2008-02-12 19:07:24 
Re: How to Remove duplicates line in the txt files
ArarghMail802NOSPAM@[EMAI  2008-02-12 17:17:10 
Re: How to Remove duplicates line in the txt files
Ted Davis <tdavis@[EMA  2008-02-12 18:53:50 
Re: How to Remove duplicates line in the txt files
ArarghMail802NOSPAM@[EMAI  2008-02-12 21:02:12 
Re: How to Remove duplicates line in the txt files
ArarghMail802NOSPAM@[EMAI  2008-02-13 05:11:46 
Re: How to Remove duplicates line in the txt files
ArarghMail802NOSPAM@[EMAI  2008-02-13 15:31:28 
Re: How to Remove duplicates line in the txt files
ArarghMail802NOSPAM@[EMAI  2008-02-13 18:02:15 
Re: How to Remove duplicates line in the txt files
Ted Davis <tdavis@[EMA  2008-02-12 19:24:01 
Re: How to Remove duplicates line in the txt files
"Tom Lake" <  2008-02-12 23:37:02 
Re: How to Remove duplicates line in the txt files
Vic Drastik <user@[EMA  2008-02-13 19:58:24 
Re: How to Remove duplicates line in the txt files
ArarghMail802NOSPAM@[EMAI  2008-02-13 05:12:59 
Re: How to Remove duplicates line in the txt files
ArarghMail802NOSPAM@[EMAI  2008-02-12 23:02:48 
Re: How to Remove duplicates line in the txt files
Happy Trails <nomail@[  2008-02-14 15:50:19 
Re: How to Remove duplicates line in the txt files
foxidrive <gotcha@[EMA  2008-02-14 20:57:45 
Re: How to Remove duplicates line in the txt files
Ted Davis <tdavis@[EMA  2008-02-14 08:19:34 
Re: How to Remove duplicates line in the txt files
"Tom Lake" <  2008-02-14 10:01:40 
Re: How to Remove duplicates line in the txt files
Ted Davis <tdavis@[EMA  2008-02-14 15:14:50 
Re: How to Remove duplicates line in the txt files
"Tom Lake" <  2008-02-14 23:09:23 
Re: How to Remove duplicates line in the txt files
Ted Davis <tdavis@[EMA  2008-02-15 08:31:26 
Re: How to Remove duplicates line in the txt files
Jon Ripley <no.more@[E  2008-02-15 15:27:09 
Re: How to Remove duplicates line in the txt files
Ted Davis <tdavis@[EMA  2008-02-15 15:35:34 
Re: How to Remove duplicates line in the txt files
foxidrive <gotcha@[EMA  2008-02-16 15:34:10 
Re: How to Remove duplicates line in the txt files
"Tom Lake" <  2008-02-15 12:56:29 
Re: How to Remove duplicates line in the txt files
Esra Sdrawkcab <admin@  2008-02-15 19:19:16 
Re: How to Remove duplicates line in the txt files
Adam <no@[EMAIL PROTEC  2008-02-15 13:05:20 
Re: How to Remove duplicates line in the txt files
"Stephen J. Rush&quo  2008-02-12 12:46:54 
Re: How to Remove duplicates line in the txt files
"Auric__" <n  2008-02-12 23:24:58 
Re: How to Remove duplicates line in the txt files
Ted Davis <tdavis@[EMA  2008-02-12 19:29:09 
Re: How to Remove duplicates line in the txt files
ak621@[EMAIL PROTECTED]   2008-02-18 14:29:17 
Re: How to Remove duplicates line in the txt files
Derek <derekrss@[EMAIL  2008-02-13 22:36:32 
Re: How to Remove duplicates line in the txt files
Ted Davis <tdavis@[EMA  2008-02-14 08:00:58 
Re: How to Remove duplicates line in the txt files
ppnerkDELETETHIS@[EMAIL P  2008-02-14 14:51:33 
Re: How to Remove duplicates line in the txt files
"Stephen J. Rush&quo  2008-02-14 19:56:18 
Re: How to Remove duplicates line in the txt files
Ted Davis <tdavis@[EMA  2008-02-15 08:28:34 
Re: How to Remove duplicates line in the txt files
Derek <derekrss@[EMAIL  2008-02-15 19:47:07 
Re: How to Remove duplicates line in the txt files
ppnerkDELETETHIS@[EMAIL P  2008-02-16 09:48:51 
Re: How to Remove duplicates line in the txt files
Derek <derekrss@[EMAIL  2008-02-18 10:21:09 
Re: How to Remove duplicates line in the txt files
ak621@[EMAIL PROTECTED]   2008-02-26 14:38:23 
Re: How to Remove duplicates line in the txt files
"Todd Vargo" &l  2008-02-11 02:43:47 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sun Sep 7 23:15:06 CDT 2008.