-
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.
-
Re: Help with search.
Where are you going to search: in a database, in some array of structure/class objects, somewhere else?
-
Re: Help with search.
I will be searching database. Airline database with stuff like dates , from .. to , number of sits an other information.
-
Re: Help with search.
i use mostly arrays of int and strings
-
Re: Help with search.
and yea.. and there class arrays