Portable code can be run with little to no modification in multiple environments.
I occasionally use 64 bit arithmetic in an open source C++ library of mine. I discovered that long long serves my …
c++ gcc portabilityI'm looking for a good and easy in maintenance portable build system for C++ projects. Main platforms should include Windows (…
c++ build-process portabilityIt's been an unpleasant surprise that '\n' is replaced with "\r\n" on Windows, I did not know that. (…
c++ cross-platform newline portability fstreamIn my SConscript I have the following line: Program("xtest", Split("main.cpp"), LIBS="mylib fltk Xft Xinerama Xext X11 …
static portability static-linking scons build-systemI'd like to prepare a little educational tool for SO which should help beginners (and intermediate) programmers to recognize and …
c++ c cross-platform portabilityAs I understand it, the C specification says that type int is supposed to be the most efficient type on …
c integer c99 portability c89So I do a lot of work on a school computer. We can't install anything but we have most of …
mercurial portability usb-flash-driveI would like to put log file into user home directory. How to do that in portable way, i.e. …
java logging logback portabilityAs Oracle sues Google over the Dalvik VM it becomes clear, that you cannot implement a Java VM without license …
jvm bytecode portability vm-implementationI want to split a file containg HTTP response into two files: one containing only HTTP headers, and one containg …
shell sed portability text-manipulation filesplitting