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.

Monitoring certain system calls done by a process in Windows

I would like to be able to monitor certain system calls made by a process, primarily file I/O calls. …

windows process cross-platform
any good tool for makefile generation?

I'm looking for a tool which can generate makefile for a C/C++ project for different compilers (gcc, microsoft vc++, …

c++ c cross-platform makefile
Converting iPhone/iPad apps onto Android

I have started to build my own apps on iPhone and iPad using the iPhone SDK. The next question that …

android ios ios4 cross-platform porting
What is the naming standard for path components?

I keep getting myself in knots when I am manipulating paths and file names because I don’t follow a …

path language-agnostic cross-platform filenames terminology
Cross Platform C library for GUI Apps?

Free of charge, simple to learn/use, Cross Platform C library for GUI Apps? Am I looking for Qt? Bonus …

c user-interface qt graphics cross-platform
A system independent way using python to get the root directory/drive on which python is installed

For Linux this would give me /, for Windows on the C drive that would give me C:\\. Note that python …

python path operating-system cross-platform
Cross-Browser Javascript XML Parsing

Are there any cross-browser / cross-platform ways to parse XML files in Javascript?

javascript xml cross-browser cross-platform
Python on Electron framework

I am trying to write a cross-platform desktop app using web technologies (HTML5, CSS, and JS). I took a look …

python frameworks cross-platform desktop-application electron
How to create click event on label in xamarin forms dynamically

I am working on cross platform xamarin application and I want to create hyperlink label for "Forgot password?" on login …

c# xamarin xamarin.forms cross-platform
Cross platform Sleep function for C++

Is it possible with macros make cross platform Sleep code? For example #ifdef LINUX #include <header_for_linux_sleep_…

c++ cross-platform sleep