Thread: Use if Iterator

  1. #16
    Registered User
    Join Date
    May 2008
    Location
    Paris
    Posts
    248
    What makes you think I just start in C++? I don't have years and years of broad experience, but won't consider myself as a beginner either..
    It's only that the boost library is new to me. In terms of generic programmings I think it is a powerful toolbox, which I want to explore.
    Thanks for your reply, but it's a little pejorative...

  2. #17
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    It's also the wrong approach. There are some situations where Boost cannot be used - typically legal issues or project conventions or something like that. But that's no reason not to use Boost for everything else.

    As with every technique, library or tool, you shouldn't use Boost for the sake of using Boost, but that one should be obvious anyway. And no, learning Boost doesn't free you from learning the C++ language thoroughly - quite the opposite, actually. It does free you from having to learn the finer details of some things, like the best implementation for whatever algorithm you're using. But then, that's what libraries are for.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Polynomials and ADT's
    By Emeighty in forum C++ Programming
    Replies: 20
    Last Post: 08-19-2008, 08:32 AM
  2. Iterator
    By MarkZWEERS in forum C++ Programming
    Replies: 19
    Last Post: 05-19-2008, 11:16 PM
  3. Pleas take a look & give a critique
    By sh3rpa in forum C++ Programming
    Replies: 14
    Last Post: 10-19-2007, 10:01 PM
  4. Link list library
    By Brighteyes in forum C Programming
    Replies: 4
    Last Post: 05-12-2003, 08:49 PM
  5. Search and Build Tree
    By 1999grandamse in forum C++ Programming
    Replies: 17
    Last Post: 11-14-2002, 01:36 PM