It is possible to exploit the built in floating point arithmetic of the processor
without using the standard C++ built in floating point data types?

Recommended Answers

All 2 Replies

Sure -- if you know assembly language you can access the math coprocessor, but there's not much point in doing that because that'sa what C/C++ does anyway.

@OP: Why would you want to do that?

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.