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.

Developing cross platform mobile application

More and more mobile platforms are being launched and sdk's are available to developers. There are various mobile platform are …

android windows-phone-7 blackberry ios4 cross-platform
What is the NDEBUG preprocessor macro used for (on different platforms)?

I'm interested in what purpose various platforms / compilers ("implementations") / frameworks assign to the the C and C++ preprocessor macro NDEBUG. …

c++ c cross-platform c-preprocessor ndebug
How can I negate the return-value of a process?

I'm looking for a simple, but cross-platform negate-process that negates the value a process returns. It should map 0 to some …

shell cross-platform negate
Platform-independent file paths?

How can I use a file inside my app folder in Python? Platform independent of course... something similar to this: #!/…

python path cross-platform
Add Gradient background to layouts in Xamarin Forms visual studio

I am a newbie in Xamarin Forms, I create a ContentPage for Menu. I need linear gradient color at its …

c# xamarin cross-platform xamarin.forms visual-studio-2015
Why bit endianness is an issue in bitfields?

Any portable code that uses bitfields seems to distinguish between little- and big-endian platforms. See the declaration of struct iphdr …

c cross-platform portability low-level bit-fields
How to obtain (almost) unique system identifier in a cross platform way?

I'm looking for a way to get a number which will almost surely change when running the code on different …

c++ cross-platform uniqueidentifier
How to use the same C++ code for Android and iOS?

Android with NDK has support to C/C++ code and iOS with Objective-C++ has support too, so how can I …

java c++ java-native-interface cross-platform objective-c++
Simple IPC between C++ and Python (cross platform)

I have a C++ process running in the background that will be generating 'events' infrequently that a Python process running …

c++ python cross-platform ipc