• Hubs
  • tagged data item

1-2 of 2 hubssort by Hot Best Latest

Figure 02 - The output of the code snippet in Figure 01: the bit pattern of a single precision IEEE 754 floating point number.76

Introduction to Floating Point Numbers in Java

In this tutorial we introduce the technology that Java uses to store floating point numbers. Java implements the 1985 IEEE 754 floating point format. Two floating point types are supported; single precision...

0 comments    education software tutorial
60

Pointer Manipulation in C Plus Plus

The pointer data type in C Plus Plus (C++) provides a technology for directly manipulating computer memory during program execution. Pointers offer tremendous power along with unprecedented opportunities for...

1 comment    pointer cpp char data char pointer cpp
working