Tagged Questions

3
votes
4answers
136 views

can I compare two fractions if both have denominator with power of 2

I know it's not "possible" to compare two real, but is it true for real which have denominator power of 2 Is equality of this king always return true if( 3/4. == 6/8. ) {}
1
vote
7answers
616 views

Drawing real coordinates

i've encountered a little problem that i can't find answer to, so i hope to find someone here to help me. So this is the problem. I have a buffer with real numbers (float) that i need to draw on my ...
1
vote
4answers
806 views

how-to do Crossplatform transparent windows in c++?

I'm woundering how to make a window transparent, not cutout holes or the same transparency overall. Well, just say I wanna slap a PNG-picture of a rose or something and have it blend nicely with ...
0
votes
3answers
307 views

boost::random and boost:uniform_real works with doubles not with floats?

Pardon me if this has been discussed already. I've got a template function which uses boost::uniform_int and boost::uniform_real depending on the template argument and should return the same type: ...
-1
votes
2answers
165 views

Flex real type definition in scientific and engineering notation in c++

I'm defining a real type and I'm using strtod for the exponential way even though is untested and don't really know if it works but more imporantly I would like to know if there is any built in ...