Portable code can be run with little to no modification in multiple environments.
The context of my problem is in network programming. Say I want to send messages over the network between two …
c networking portability strict-aliasingI would like to get ahold of a lightweight, portable fiber lib with MIT license (or looser). Boost.Coroutine does …
c++ licensing portability fiberThe C++ standard does not discuss the underlying layout of float and double types, only the range of values they …
c++ serialization double portability ieee-754I have a project that currently uses C++11/14, but it requires something like std::filesystem, which is only available in …
c++ c++11 portability c++17 c++-standard-libraryI have been trying to find a good solution to this for a long time: Is there a sure-fire way …
ruby cross-platform portabilityMy platform is gcc 4.4.3, C89, on Ubuntu 10.4. I am looking for some tutorials or ebooks for installing and using the …
c portabilityMany libraries I have seen/used have typedefs to provide portable, fixed size variables, eg int8, uint8, int16, uint16, etc …
c++ types wrapper typedef portabilityI often experience situations where I want to print with printf the value of an integer type of implementation-defined size (…
c printf portabilityFor a project at university I need to extend an existing C application, which shall in the end run on …
c portabilityI need to write code that should run equally well in Octave and on MATLAB. Problem is that it needs …
matlab portability octave