From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1cf653444208df72 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-05 08:22:46 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!novia!novia!cyclone2.usenetserver.com!usenetserver.com!news01.optonline.net!news02.optonline.net.POSTED!not-for-mail From: "Mike Mohr" Newsgroups: comp.lang.ada References: <9pgr68$7pu1@news.cis.okstate.edu> <9phnic$9g5$1@nh.pace.co.uk> Subject: Re: ada vs. cpp X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: <5fkv7.134136$w7.19988807@news02.optonline.net> Date: Fri, 05 Oct 2001 15:22:41 GMT NNTP-Posting-Host: 24.188.177.13 X-Trace: news02.optonline.net 1002295361 24.188.177.13 (Fri, 05 Oct 2001 11:22:41 EDT) NNTP-Posting-Date: Fri, 05 Oct 2001 11:22:41 EDT Organization: Optimum Online Xref: archiver1.google.com comp.lang.ada:13795 Date: 2001-10-05T15:22:41+00:00 List-Id: "Pascal Obry" wrote in message news:uadz7nza7.fsf@wanadoo.fr... > > "Marin David Condic" writes: > > > While Ada isn't particularly a string manipulation language, it has a lot of > > support in the Ada.Strings.* packages. I think strings are better supported > > in Ada than in C++. > > Are you saying that C and C++ has support for strings ? > > I see there only pointers to a serie of bytes in memory terminated to '\0' ! > Is that a string definition ? :) C++ has a string class.