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 can I enable auto-updates in a Qt cross-platform application?

I love applications that are able to update themselves without any effort from the user (think: Sparkle framework for Mac). …

qt cross-platform auto-update
What is the use of various Qt platform plugins?

I was doing some cross compiling of a Qt5.2 application for an ARM based target (TI AM335x EVM) and …

linux qt plugins cross-platform qt5
How do I develop browser plugins with cross-platform and cross-browser compatibility in mind?

My company currently has a product which relies on a custom, in-house ActiveX control. The technology it employs is itself …

cross-browser cross-platform activex webbrowser-control browser-plugin
Is opengl cross platform? If not, how a game be ported?

Ok, so say I'm writing a game in c++ with opengl. The game draws a few, simple shapes like squares …

c++ opengl cross-platform porting
Are C++ applications cross-platform?

One of the first things I learned as a student was that C++ applications don't run on different operating systems. …

c++ cross-platform
Developing Windows applications on Linux?

My primary OS is Linux, but now I'm forced to write some C++ applications for Windows. I was thinking about …

windows linux installation cross-platform wxwidgets
Check gcc minor in cmake

Is it possible to check the minor version number of GCC in cmake? I want to do something like this: …

gcc build cmake cross-platform version-detection
Is there a way to use C++ in JavaScript?

From this, I found out that JavaScript is written in C++. I also have found out/deduced that a majority …

javascript c++ cross-platform emcc
Case-insensitive File.equals on case-sensitive file system

I have a file path in String form. In Java, I need to determine if that file exists on the …

java file cross-platform filesystems case-sensitive
clang-based cross-platform C++ IDE?

The clang C++ compiler claims to be built for, among other things, better IDE integration by providing an API for …

c++ ide cross-platform clang