An attribute conferred to computer software or computing methods and concepts that are implemented and inter-operate on multiple computer platforms.
Is there a cross-platform way to get the current date and time in C++?
c++ date time cross-platformIs there a better way than simply trying to open the file? int exists(const char *fname) { FILE *file; if ((…
c filesystems cross-platformI need to get the location of the home directory of the current logged-on user. Currently, I've been using the …
python cross-platform home-directoryA file named stdafx.h is automatically generated when I start a project in Visual Studio 2010. I need to make …
visual-studio visual-studio-2010 visual-c++ cross-platform stdafx.hHow do I get a platform-dependent newline in Java? I can’t use "\n" everywhere.
java cross-platform newline eolWhat is the difference between two, if any (with respect to .Net)?
c# .net cross-platformWhat do I need to look at to see whether I'm on Windows or Unix, etc?
python cross-platform platform-specific platform-agnosticPossible Duplicate: Python: What OS am I running on? As the title says, how can I find the current operating …
python cross-platform platform-specificI am sketching the architecture for a set of programs that share various interrelated objects stored in a database. I …
python windows cross-platformI would like to monitor the following system information in Java: Current CPU usage** (percent) Available memory* (free/total) Available …
java memory cross-platform cpu diskspace