Skip to main content

Questions tagged [portability]

12 votes
8 answers
6k views

I noticed a huge portion of software apps only support Windows and not Mac or Linux. I understand that there might be an API that they're using that only exists on a certain system. In this case, why ...
user1345541's user avatar
0 votes
1 answer
166 views

I am working on a portable SaaS web application that has these requirements: The application can run as a cloud service hosted by my organization. Clients can run the application in their own on-...
emull8r's user avatar
  • 23
-3 votes
1 answer
3k views

i am a lawyer and currently writing an essay about data access in ioT environments. I often stumble over the distinction between read access and write access. Could someone provide me with an example, ...
Liam Liam's user avatar
2 votes
3 answers
3k views

Hi all I love stackoverflow so helpful. Afaik IOS has some security measures that dont let other apps (such as jvm) execute code from your app. Not sure how much this is true. But anyway, I heard ...
Coo00000ode BREAKKKKERRRR's user avatar
-1 votes
1 answer
864 views

I am writing a simple compiler. I have written lexer and parser and it now generates assembly code from given code. Now I need to write an assembler which generates machine code. But the problem is ...
Greatcode's user avatar
4 votes
5 answers
1k views

Wherein portability is defined generally as the percentage of platforms a language or technology can run on, C/C++ are often cited as being more portable than Java, because a Java application depends ...
svidgen's user avatar
  • 15.3k
3 votes
1 answer
150 views

I'm working on a small (and very tame) FOSS utility; and I want to test it to make sure that it builds on Mac OSes. But - I don't have a Mac OS I could use for that. I have access to Linux and to ...
einpoklum's user avatar
  • 2,808
1 vote
3 answers
724 views

Question is: What is target-dependent code and how does it effect portability of a software? Motivation to ask this question In a CS class, I'm told that the more target-dependent code software has, ...
ferit's user avatar
  • 203
0 votes
1 answer
386 views

I'm here today, because I'd like to ask you a question about porting application built with Qt5 to linux. I have been asked to port this application to linux, I don't yet have the source code, but I ...
pzaj's user avatar
  • 143
3 votes
4 answers
1k views

Given the interfaces that major OSes (Windows, macOS/OS X/Mac OS X, Linux) provide to file systems, can file systems be designed and implemented in a way that is largely independent of OS? I'm not at ...
Praxeolitic's user avatar
  • 1,674
9 votes
5 answers
5k views

I have been having a huge and heated argument with someone on a slack group - the debate is this : My argument Portable code is that which compiles with various compilers and runs exactly the same on ...
rep_movsd's user avatar
  • 209
0 votes
1 answer
280 views

I am converting some .NET framework targeted projects over to Portable Class Libraries and looking for some best practices. Usually all of my projects use the same project name and assembly name, and ...
Rush Frisby's user avatar
2 votes
1 answer
964 views

I need a advice on creating an architecture where I want API layer in between UI layer and business layer. UI layer should only consume REST services for displaying data. Reason for doing this is ...
Amit Soni's user avatar
  • 123
63 votes
8 answers
16k views

I recently was wondering when to use C over C++, and vice versa? Fortunately someone already beat me to it and although it took a while, I was able to digest all the answers and comments to that ...
smeeb's user avatar
  • 4,970
0 votes
2 answers
81 views

My php framework uses DIRECORY_SEPARATOR constant instead of /. Can there be any other options for a directory separator?
Gherman's user avatar
  • 945

15 30 50 per page