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.

OS X equivalent to OutputDebugString()?

I'm examining the feasibility of porting an existing Windows MFC control to OS X/Carbon. My test bed is a …

c++ macos cross-platform macos-carbon
Do all C++ compilers support the async/await keywords?

I want to use async/await syntax in C++ (UE4 framework), but due to cross-platform code I not sure that …

c++ asynchronous async-await cross-platform unreal-engine4
Registering a URL protocol handler in a multiple platforms

I an wanting to create a Java application that is installed on multiple platforms (Windows,Mac OS, Linux) as a …

java cross-platform protocol-handler custom-url-protocol
is GTK 3.x a real cross-platform solution?

I have tasted both Qt 4.x/5.x and GTKmm 3.x and I really like GTKmm over Qt. Now I have …

c++ gtk cross-platform gtkmm gtk3
Can SQL Server bcp in a file with Unix line endings?

I'm trying to use the SQL Server bcp utility to import a text file from a samba share. bcp is …

sql-server database cross-platform bcp line-endings
Cross-platform crash handler

I'm looking for a cross-platform crash handler. Google Breakpad looks promising, but it is sorely lacking any documentation, and requires …

c++ cross-platform crash crash-dumps postmortem-debugging
How do I implement a simple cross platform Python daemon?

I would like to have my Python program run in the background as a daemon, on either Windows or Unix. …

python cross-platform daemon
How to run a sparQL query?

I discovered the SparQL syntax at the Mozilla Festival 12. The demonstrator was using a proprietary web-based interface and I was …

user-interface cross-platform rdf sparql dbpedia
Aligning QMenuBar items (add some on left and some on right side)

Currently I have QMenuBar with three QActions and it looks like this: but I would like to get this (get …

qt cross-platform qmenu
How to launch the associated application for a file / directory / URL?

Linux seems to be easy: xdg-open <file/directory/URL>. Apparently, Mac is similar: open should be used instead …

c++ qt winapi cross-platform shellexecute