samboy writes:
> I have a storage application to which I can record or retrieve files. Its
> multi-process C/C++ compiled
> to run on the SPARC platform. The problem is the maximum file size which can
> be stored is 4GB due to
> the size being internally conveyed using an unsigned integer. I ne
Wasn't sure whether to post this to gcc Dev or Patches so its both to start
with.
Its my first posting to this forum so first some background:
I have a storage application to which I can record or retrieve files. Its
multi-process C/C++ compiled
to run on the SPARC platform. The problem is the