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.

How to atomically rename a file in Java, even if the dest file already exists?

I have a cluster of machines, each running a Java app. These Java apps need to access a unique resource.…

java file cross-platform
Vertical align checkbox / label pairs

I go through the posts on this issue on Stack Overflow, but nothing really works for me. I have the …

html css cross-browser cross-platform vertical-alignment
Handling stdafx.h in cross-platform code

I have a Visual Studio C++ based program that uses pre-compiled headers (stdafx.h). Now we are porting the application …

c++ visual-studio gcc cross-platform stdafx.h
Native Android/iOS development vs Marmalade SDK

Our company is on the verge of picking between native Android/iPhone development and some cross-platform solution, specifically Marmalade SDK (…

android ios cross-platform airplay marmalade
C++ cross platform compiling

I'm using Windows 7 - 32bit operating system. I want to compile my simple C++ source code into executable for all …

c++ cross-platform cross-compiling
How do I use CMake ExternalProject_Add or alternatives in a cross-platform way?

I would like to build a third-party project that already has CMake as part of my project's CMake strips. ExternalProject_…

cmake cross-platform external-project
Where is Boost.Process?

I need to execute a program and retrieve its stdout output in c++. I'd like my code to be cross-platform …

c++ boost cross-platform platform-independent boost-process
Best setup for Linux development from Windows?

What's the best setup for developing Linux apps from a Windows workstation? Right now I'm connected via SSH to our …

cross-platform development-environment x11
Page Navigation using MVVM in Xamarin.Forms

I am working on xamarin.form cross-platform application , i want to navigate from one page to another on button click. …

c# xaml mvvm xamarin.forms cross-platform
Is there a cross-platform Java method to remove filename special chars?

I'm making a cross-platform application that renames files based on data retrieved online. I'd like to sanitize the Strings I …

java cross-platform filesystems filenames