Thread: Article Discussion - Search algorithms

  1. #1
    Registered User Kybo_Ren's Avatar
    Join Date
    Sep 2004
    Posts
    136

    Article Discussion - Search algorithms

    I do not have access to that forum, so I cannot reply. However, I just wanted to say to Hunter2:

    That's where the Boost library saves your butt:
    http://www.boost.org/libs/multi_index/doc/index.html




    Sorry if this is considered spam; I had no other way of replying to that thread.

  2. #2
    UT2004 Addict Kleid-0's Avatar
    Join Date
    Dec 2004
    Posts
    656
    You could have sent that as a private message.

  3. #3
    Registered User Kybo_Ren's Avatar
    Join Date
    Sep 2004
    Posts
    136
    I could, but since it was aimed towards everyone (though it WAS a reply to Hunter2), it wouldn't be the best option.

  4. #4
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    you obviously didn't read the welcome mat:

    Quote Originally Posted by kermi3
    If you have questions about the article of the week you may PM me and I will post it for you.
    http://cboard.cprogramming.com/showthread.php?t=61136
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

  5. #5
    Registered User
    Join Date
    Mar 2004
    Posts
    494
    why dont you have access to that section of the forum? i thought everyone has access to the Article Discussion forum
    When no one helps you out. Call google();

  6. #6
    Registered User Kybo_Ren's Avatar
    Join Date
    Sep 2004
    Posts
    136
    Quote Originally Posted by major_small
    you obviously didn't read the welcome mat:



    http://cboard.cprogramming.com/showthread.php?t=61136
    My bad, sorry.


    <---- Noob.

  7. #7
    Toaster Zach L.'s Avatar
    Join Date
    Aug 2001
    Posts
    2,686
    Quote Originally Posted by InvariantLoop
    why dont you have access to that section of the forum? i thought everyone has access to the Article Discussion forum
    Everyone can see it, not everyone can post to it.
    The word rap as it applies to music is the result of a peculiar phonological rule which has stripped the word of its initial voiceless velar stop.

  8. #8
    Carnivore ('-'v) Hunter2's Avatar
    Join Date
    May 2002
    Posts
    2,879
    >>That's where the Boost library saves your butt:
    I took a look at the "building a bidirectional map" example, and I think I'm going to have nightmares for the rest of my life Well, if you know what you're doing I suppose it could save a lot of time and effort (both at design time and runtime) - but to be honest, I'm kind of lazy to take the time to figure out Boost, my loss I guess
    Just Google It. √

    (\ /)
    ( . .)
    c(")(") This is bunny. Copy and paste bunny into your signature to help him gain world domination.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Allowing my search function to search sub directories!
    By Queatrix in forum Windows Programming
    Replies: 10
    Last Post: 09-30-2005, 04:54 PM
  2. Search Engine - Binary Search Tree
    By Gecko2099 in forum C Programming
    Replies: 9
    Last Post: 04-17-2005, 02:56 PM
  3. Question 39: Quicksort vs Linear Search
    By Kleid-0 in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 04-17-2005, 11:03 AM
  4. searching and insertion in a binary search tree
    By galmca in forum C Programming
    Replies: 1
    Last Post: 03-26-2005, 05:15 PM