Click here to Skip to main content
16,017,069 members

Comments by Vishal Bhatia0112 (Top 10 by date)

Vishal Bhatia0112 9-May-18 8:39am View    
That's a great help!!!
Vishal Bhatia0112 9-May-18 8:39am View    
Haha true but in my case he have heard this single word "rxcpp", Rest R&D i have to do but unable to find good articles on same.
Vishal Bhatia0112 27-Mar-18 6:00am View    
binary_search returns boolean value as per it's search but we need an iterator for same that is returned by find() or find_if() but again they use linear approach(poor).

I am thinking to write my own binary_search function that will return iterator to the found structure.

Any other suggestions are welcome.
Vishal Bhatia0112 27-Mar-18 5:50am View    
Many thanks Arthur.
That's really useful, i'll go through these topics.
Vishal Bhatia0112 27-Mar-18 5:48am View    
binary_search returns boolean value as per it's search but we need an iterator for same that is returned by find() or find_if() but again they use linear approach(poor).

I am thinking to write my own binary_search function that will return iterator to the found structure.

Any other suggestions are welcome.