STL newie

M

MConly

With stl, we don't need to learn algorithms like boyer moore right ?

Your research your problems need to use similiar algorithms ?

MnConly
Truely
 
T

Thomas Matthews

MConly said:
With stl, we don't need to learn algorithms like boyer moore right ?
No. You only need to learn Boyer-Moore if you have an application
that can benefit from it.

I've written many applications and haven't used that algorithm.
However, I still research algorithms because there are soooooo
many that are not part of the STL, such as cryptography.
Your research your problems need to use similiar algorithms ?
Please explain your issue in more details.

The first step in designing anything is to see what already
exists, and what you can use. No need to reinvent the wheel.
MnConly
Truely


--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.comeaucomputing.com/learn/faq/
Other sites:
http://www.josuttis.com -- C++ STL Library book
http://www.sgi.com/tech/stl -- Standard Template Library
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,202
Messages
2,571,055
Members
47,659
Latest member
salragu

Latest Threads

Top