Bill
Fri Oct 26 00:24:09 PDT 2007
Nathan Mates wrote:
> In article <eke7YN5FIHA.6068@TK2MSFTNGP05.phx.gbl>,
> Bill Gates <NO1@microsoft.com> wrote:
>> It seems that the greater or less relationship can not be gotten...
>
> Maybe it would help if you explained out *precisely* what you're
> trying to accomplish. Why the heck does it matter to you what order
> functions lie in memory? Go mess with your linker options and generate
> a .map file if you're somewhat curious.
>
> Nathan Mates
>
> --
> <*> Nathan Mates - personal webpage
http://www.visi.com/~nathan/
> # Programmer at Pandemic Studios --
http://www.pandemicstudios.com/
> # NOT speaking for Pandemic Studios. "Care not what the neighbors
> # think. What are the facts, and to how many decimal places?" -R.A. Heinlein
In fact, I need search in a member functions collection. If the member
functions can be ordered, it will be quick to search with some
arithmetic like binary search. If not, I will have to find the target
member function one by one in the collection.
:>
Thanks