((Func<int?, int?>)(x => ++x))(default(int));
:doh:
((Func<int?, int?>)(x => ++x))(default(int));
:doh:
You have "The User Experience 2007 Conference", Barcelona 4 November. http://www.nngroup.com/events/barcelona/agenda.html[^]
And be able to change my vote when the article is updated.
The objects to store contains a regular integer and a pointer. Each integer value is unique and received in a sequential order (the value is increased by one or more for each time). - I want to find an object with a particular integer value as fast as possible. - I don’t know the number of objects at load time, so I cant load all at once and use binary search. I believe using a tree structure is not the most clever idea, since the data is in order from start. Maybe a skip list is the best idea?.
one idea is to use a function with a pointer to a class holding you parameters. typedef (int)MyFuncPrototype(pParamObject)