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.

Handling file paths cross platform

Do any C++ GNU standalone classes exist which handle paths cross platform? My applications build on Windows and LInux. Our …

c++ windows linux cross-platform gnu
Difference between Xamarin.Forms and Xamarin Cross Platform

I've been 2 years with Xamarin Environment and mostly I used Xamarin.Forms. But yet, I have no idea what Xamarin …

c# xamarin xamarin.forms cross-platform
Are there any free implementations of strcpy_s and/or TR24731-1?

I have an old project that is mixed C and C++. It makes extensive use of C strings and of …

c string security cross-platform tr24731
Cross-Platform Mobile Development

There are a great deal of cross-platform mobile development frameworks around. The major platforms, all mutually incompatible, are: iOS (iPhone, …

qt cross-platform smartphone
Sharing a cookie between two websites on the same domain

Here's the situation: Website A, ASP.NET MVC 4 web application. Domain: http://a.example.com Website B, ASP.NET MVC 4 …

asp.net asp.net-mvc cookies cross-platform forms-authentication
QTabWidget tabs on the vertical, but text in horizontal

I'm trying to make an app in C++ Qt with a sidebar like this one: But when making QTabWidget's orientation …

c++ qt cross-platform sidebar qtabwidget
How to transfer "data" between two device (android,iphone)?

How can i transfer data between two device? I would like to transfer data (mostly image file) between different platforms (…

android ios cross-platform p2p data-transfer
Importing Java class into a python project

I've been trying to find a method to importing Java-ml into my python project. I have the jar file in …

java python cross-platform multilingual cross-language
How return a std::string from C's "getcwd" function

Sorry to keep hammering on this, but I'm trying to learn :). Is this any good? And yes, I care about …

c++ memory-leaks cross-platform getcwd
How to register a url protocol handler in Node.js

I am developing a command line node module and would like to be able to launch it via links on …

javascript node.js cross-platform protocol-handler