Re: [GD-General] Feedback wanted on POSH
Brought to you by:
vexxed72
From: Brian H. <ho...@py...> - 2003-11-19 16:49:21
|
On Wed, 19 Nov 2003 09:05:54 -0500, J C Lawrence wrote: > You are familiar with glibC's inttypes.h and stdint.h? They would > seem to cover this space moderately well. Yes, unfortunately they are not universally available. If you're using strictly GCC then that would work, but then again, you wouldn't need POSH either -- a lot of POSH's implicit goal is to make stuff portable cleanly to older versions of CodeWarrior and MSVC++. Brian |