![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
sci.crypt archiveRe: Ancient history
From: glen herrmannsfeldt <gah@ugcs.caltech.edu>
Date: Mon Jun 13 2005 - 08:19:49 CEST
Colonel Forbin wrote:
(snip)
> The main point is that if you are taking in something unknown
> There is nothing in the C language to prevent doing this in
Well, true, but the C library does tend to encourage that.
Consider strcat(). If you know the lengths of both strings then
So, why have strcat() at all?
(I once had to fix a program with running time quadratic in input
-- glen
|