An attribute conferred to computer software or computing methods and concepts that are implemented and inter-operate on multiple computer platforms.
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-carbonI 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-engine4I 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-protocolI 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 gtk3I'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-endingsI'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-debuggingI would like to have my Python program run in the background as a daemon, on either Windows or Unix. …
python cross-platform daemonI 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 dbpediaCurrently I have QMenuBar with three QActions and it looks like this: but I would like to get this (get …
qt cross-platform qmenuLinux seems to be easy: xdg-open <file/directory/URL>. Apparently, Mac is similar: open should be used instead …
c++ qt winapi cross-platform shellexecute