Most voted "portability" questions
8 questions
Sort by count of
-
14
votes1
answer5442
viewsWhat is big-endian and what is the difference to little-endian?
I have a basic notion of what the big-endian and the little-endian are, but I cannot see exactly how the different form of storage can complicate portability. What portability problem occurs due to…
-
8
votes1
answer521
viewsWhat are the differences in ". NET"?
I took a look at this reply, but did not answer my question. As far as I know, there is .NET Framework, . NET Core, ASP.NET, . NET Standart and Mono but I don’t know the difference between them and…
.net terminology .net-core cross-platform portabilityasked 6 years, 9 months ago CypherPotato 9,292 -
6
votes1
answer736
viewsWhat are the practical differences in C and C++ code portability?
I have been reading some open-source C code lately and have noticed that many of them become quite complex and with enough #ifdef in order to make the code as portable as possible between different…
-
2
votes1
answer87
viewsIs it possible to convert Windows . NET Framework applications to Mac?
Can I get my project ready, and make it run on a Mac OS X? (It was done on . NET Framework 4.5.2, for Windows).
-
2
votes1
answer38
viewsApropos for the Powershell
In Windows there is some solution in Powershell that can present some result of searching for similar commands to apropos unix?…
-
2
votes1
answer146
viewsScripting language for JVM and DVM
I intend to use a scripting language attached to Java SE applications, my fear is to develop something and later have difficulties in porting it to Android platform. I am not professional in the…
-
1
votes1
answer115
viewsC portability on Linux
I’m starting to use the Compile and there they use Linux. I’m having some problems such as printing a text file. Check my program, it works on windows: #include<stdio.h> /* escreva um programa…
-
0
votes1
answer695
viewsAndroid: How to create an external Sqlite database dynamically?
I have researched this thoroughly and all the examples I have found and tested have not worked. To make the code more organized I would like to do this using the Openhelper class but I have already…