Top "Cross-platform" questions

An attribute conferred to computer software or computing methods and concepts that are implemented and inter-operate on multiple computer platforms.

Cross-platform way of getting temp directory in Python

Is there a cross-platform way of getting the path to the temp directory in Python 2.6? For example, under Linux that …

python cross-platform temporary-directory
How to identify platform/compiler from preprocessor macros?

I'm writing a cross-platform code, which should compile at linux, windows, Mac OS. On windows, I must support visual studio …

c++ macros cross-platform c-preprocessor
How can one grab a stack trace in C?

I know there's no standard C function to do this. I was wondering what are the techniques to to this …

c windows debugging cross-platform stack-trace
iOS / Android cross platform development

I've been playing around with developing Android apps in Java for a while and am starting to get a handle …

android ios cross-platform
A Simple, 2d cross-platform graphics library for c or c++?

As in title, i need a 2d graphics library that is cross-platform, and provides simple functions, like in Basic; essentially, …

c graphics cross-platform
Shutting down a computer

Is there a way to shutdown a computer using a built-in Java method?

java cross-platform shutdown
PHP Echo Line Breaks

What's the difference between \n and \r (I know it has something to do with OS), and what's the best …

php cross-platform newline eol line-breaks
How to get available memory C++/g++?

I want to allocate my buffers according to memory available. Such that, when I do processing and memory usage goes …

c++ memory-management cross-platform
Platform independent paths in Java

I know the relative path of a file and want to handle it as a File object on both Linux …

java file cross-platform
How to change application icon in Xamarin.Forms?

I replaced all the images everywhere (by this I mean in drawable folders and all Windows Assets folders and iOS …

c# cross-platform xamarin.forms