An attribute conferred to computer software or computing methods and concepts that are implemented and inter-operate on multiple computer platforms.
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-platformI'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 ndebugI'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 negateHow can I use a file inside my app folder in Python? Platform independent of course... something similar to this: #!/…
python path cross-platformI 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-2015Macros for GCC/G++ to differentiate Linux and Mac OSX?
linux macos gcc cross-platform macrosAny 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-fieldsI'm looking for a way to get a number which will almost surely change when running the code on different …
c++ cross-platform uniqueidentifierAndroid 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++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