Hello. I want to find numbers lies in between (x, y) and [x, y]. I Googled for this and saw that it can be done using boost library. But I can not understand the synopsis. Please help me.

Recommended Answers

All 2 Replies

You didn't tell us which function you want to use, so we can't tell you the syntax.

You didn't tell us which function you want to use, so we can't tell you the syntax.

I have the interval (-105, -98.87), the integers lying between this interval are -104, -103, -102, -101, -100, -99. This can be done using for loop. But I want to do this using boost.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.