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 57 of 67 Topic 650 of 684
Post > Topic >>

Re: How to Remove duplicates line in the txt files

by ak621@[EMAIL PROTECTED] (Richard Bonner) Feb 18, 2008 at 02:29 PM

Stephen J. Rush (sjrush@[EMAIL PROTECTED]
) wrote:
(Re: Usage of "GOTO")
> What Dijkstra was objecting to was the unrestricted GOTO that lets you 
> jump to any point in the program from anywhere in the program.  That 
> makes it possible to write the worst kind of spaghetti code.  In early 
> BASIC, that didn't even have ELSE, GOTO was unaviodable.  Still, just 
> about every language, including most machine languages, has a procedure 
> call that saves the calling location.  Even Dartmouth BASIC had GOSUB
and 
> RETURN.  

***   DR-DOS started using the latter in its BATCH language, i believe
around 1992. 4DOS also has it, but I don't know in what version it was 
incor****ated.


> Most high-level languages have things like DO WHILE, DO UNTIL 
> and CASE, that render GOTO largely unnecessary.  Of course, those get 
> compiled into machine-language conditional jumps, so structured 
> programming purists never look under the hood.  They also have to avoid 
> talking to embedded-system developers who may still have to resort to 
> spaghetti to cram their applications into a microcontroller with 512 
> bytes of RAM.  As dangerous as GOTO is, it uses no stack space and 
> executes faster than any other branching construct.  Ususlly, that 
> doesn't matter.  It's been at least ten years since I used GOTO for 
> anything but debugging.

***   How is GOTO dangerous?

         Richard Bonner
http://www.chebucto.ca/~ak621/DOS/
 




 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 Sat Oct 11 18:05:47 CDT 2008.