Re: Problems reversing strings
From: Francis Glassborow (francis_at_robinton.demon.co.uk)
Date: 09/08/04
- Previous message: Tabrez Iqbal: "Re: C++ n00b"
- Maybe in reply to: Jack Klein: "Re: Problems reversing strings"
- Next in thread: Gary Labowitz: "Re: Problems reversing strings"
- Reply: Gary Labowitz: "Re: Problems reversing strings"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 8 Sep 2004 08:07:19 +0100
In article <kOadnTQaYKFU26PcRVn-rw@comcast.com>, Mike Tyndall
<Mike_Tyndall_1@hotmail.com> writes
>Gotcha. Now that I understand that those don't matter, that's an extremely
>efficient way of reversing the string! I didn't know that there was a
>std::reverse() function.
Actually a great number of the little tasks so beloved by instructors of
programming have very simple solutions when using the C++ Standard
Library.
-- Francis Glassborow ACCU Author of 'You Can Do It!' see http://www.spellen.org/youcandoit For project ideas and contributions: http://www.spellen.org/youcandoit/projects
- Previous message: Tabrez Iqbal: "Re: C++ n00b"
- Maybe in reply to: Jack Klein: "Re: Problems reversing strings"
- Next in thread: Gary Labowitz: "Re: Problems reversing strings"
- Reply: Gary Labowitz: "Re: Problems reversing strings"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|