Home ObjexxFCL 2.6
 Users Guide - byte
 


Home

Release
Notes

Users
Guide

Developers
Guide

Support

Objexx Website
 

 

byte Class

The ObjexxFCL byte class provides a one-byte integer similar to Fortran's INTEGER*1. A byte acts in almost all respects like a one-byte integer, supporting the full range of math and bit operations. Implicit conversion to and from short is provided. Sources using byte must include the byte.hh header file.

The ubyte class is similar to byte but represents an unsigned byte.