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 > Pascal Ansi -iso > Re: String Theo...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 15 of 16 Topic 151 of 215
Post > Topic >>

Re: String Theory

by Dave Thompson <david.thompson1@[EMAIL PROTECTED] > Apr 18, 2005 at 05:08 AM

On Fri, 8 Apr 2005 20:08:40 +0000 (UTC), Marco van de Voort
<marcov@[EMAIL PROTECTED]
> wrote:

> On 2005-04-08, Scott Moore <scott.moore6@[EMAIL PROTECTED]
> wrote:
<snip>
> > The language C/C++ does not have string functions either, to this day.
> 
C has (since well before C89) and C++ inherits, functions for
null-terminated strings. Technically these are in the standard library
and not the core language syntax, except for literals, if that's the
distinction you're making, but as they are standard they are
officially part of the language(s). Null-terminated has its
limitations and problems as already discussed elsethread, but they are
strings and are usable for most purposes.

> C++ STL has a string base class.
> 
C++ has standard library cl***** for regular and wide-character
strings, both specialized from a standard template basic_string. These
have no virtual methods and so are not generally useful as base
cl*****, although that is not actually prevented; you can share
implementation but not do any OO stuff. Mostly they are just used
as-is (as the types they are, not inherited).

- David.Thompson1 at worldnet.att.net
 




 16 Posts in Topic:
String Theory
Andy Ball <null@[EMAIL  2005-04-08 15:50:46 
Re: String Theory
CBFalconer <cbfalconer  2005-04-08 16:51:02 
Re: String Theory
John Reagan <john.reag  2005-04-08 18:40:36 
Re: String Theory
Scott Moore <scott.moo  2005-04-08 11:16:03 
Re: String Theory
Andy Ball <null@[EMAIL  2005-04-08 19:30:09 
Re: String Theory
Scott Moore <scott.moo  2005-04-08 13:02:50 
Re: String Theory
Frank Heckenbach <fran  2005-04-12 12:59:17 
Re: String Theory
Marco van de Voort <ma  2005-04-12 13:20:10 
Re: String Theory
Frank Heckenbach <fran  2005-04-19 11:12:47 
Re: String Theory
Marco van de Voort <ma  2005-04-19 11:39:25 
Re: String Theory
Marco van de Voort <ma  2005-04-08 20:08:40 
Re: String Theory
CBFalconer <cbfalconer  2005-04-08 21:49:56 
Re: String Theory
Marco van de Voort <ma  2005-04-09 09:10:49 
Re: String Theory
CBFalconer <cbfalconer  2005-04-09 12:12:06 
Re: String Theory
Dave Thompson <david.t  2005-04-18 05:08:13 
Re: String Theory
Marco van de Voort <ma  2005-04-18 07:36:49 

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 Jul 26 5:41:05 CDT 2008.