CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 2011
    Posts
    4

    Help with search.

    Hei there all c++ pros. I have been working on my project recently and I run into the problem.
    I got most of the work done but dont quite know how approach one problem.

    I need to provide a list satisfying certain criteria; (e.g. List any
    flights from NY to Canada between January 1 and January 15)

    So how do I search for stuff? Any ideas?

    Appreciate any help.

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Help with search.

    Where are you going to search: in a database, in some array of structure/class objects, somewhere else?
    Victor Nijegorodov

  3. #3
    Join Date
    Apr 2011
    Posts
    4

    Re: Help with search.

    I will be searching database. Airline database with stuff like dates , from .. to , number of sits an other information.

  4. #4
    Join Date
    Apr 2011
    Posts
    4

    Re: Help with search.

    i use mostly arrays of int and strings

  5. #5
    Join Date
    Apr 2011
    Posts
    4

    Re: Help with search.

    and yea.. and there class arrays

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured