Top "Platform-independent" questions

Software or peripherals intended to permit uniform functionality on multiple platforms, such as multiple operating systems or multiple devices.

What is wrong with printf("%llx")?

I have this piece of code that is challenging all my knowledge of C. Here I have : int main(void){ …

c types platform-independent
How to check if an arbitrary PID is running using Node.js?

Is there some way to check if an arbitrary PID is running or alive on the system, using Node.js? …

node.js pid platform-independent
How to get system environment variables using boost library?

I work on windows and MacOS, I would like to get environment variables. How to get system environment variables using …

c++ boost platform-independent
Portable way to get file size in C/C++

I need to determin the byte size of a file. The coding language is C++ and the code should work …

c++ c portability filesize platform-independent
FileNotFoundException starting jar - can't see file in resources folder

I want that my application will be OS independent. Therefore my config.properties and log file are stored in resources …

java jar resources filenotfoundexception platform-independent
Bridge between Java and C#

I have been given a task to create a bridge between C# and Java. It was said that if we …

c# java platform-independent language-interoperability
The best way to save game data in Unity that's secure & platfrom independent

I am looking for a way to save the users progress for my game, I am looking for something that …

unity3d save platform-independent