Top "Portability" questions

Portable code can be run with little to no modification in multiple environments.

Setting up RStudio Portable Default R version

I recently discovered a portable version of R and RStudio @ http://rportable.sourceforge.net/ Open source rocks! At any-rate, I …

r rstudio portability
Cross-platform way of constructing an FS path with Qt

Possible Duplicate: Qt equivalent of PathAppend? Short story: does Qt 4 have an analog of Python's os.path.join? Long story: …

c++ qt filesystems portability
How to write portable code in c++?

What are the things that I should keep in mind to write portable code? Since I'm a c++ beginner, I …

c++ portability
Portable Windows Mosh?

I was wondering if there's a way to use Mosh on windows without Cygwin? I need to be able to …

windows ssh portability mosh
How to use printf to display off_t, nlink_t, size_t and other special types?

In my program, I stat the files they want and send the data over. The fields of a stat struct …

c linux printf portability
What development tools do you carry on your USB drive?

I've just bought a new 4GB USB thumb drive and I'm trying to decide what to put on it. I'm …

survey portability usb-drive portable-applications
Is there any guidance on converting existing .NET class libraries to portable libraries?

I have some class libraries with a non-trivial amount of existing code. The class libraries currently target .NET 4.0. Is there …

c# projects-and-solutions portability
Is isnan in the std:: namespace? More in general, when is std:: necessary, optional or to be avoided?

With Mingw 4.7.2, I have a library that doesn't compile because of a call to isnan. The compiler says "everything will …

c++ mingw portability c++98
How can I creating executable JAR with SWT that runs on all platforms?

SWT comes with a base JAR and one specific JAR per platform (Windows, Linux/32bit, Linux/64bit, Mac, AIX, ...). How …

java swt executable portability
What is the smallest possible Windows (PE) executable?

As a precursor to writing a compiler I'm trying to understand the Windows (32-bit) Portable Executable format. In particular I'd …

windows winapi executable portability portable-executable