Questions tagged as 'portabilidade'

1
answer

What are the practical differences in C and C ++ code portability?

I've been reading some open-source C code lately and I've noticed that a lot of them have become quite complex with a lot of #ifdef to make the code as portable as possible between various platforms and * NIX. Some even support different...
asked by 09.10.2014 / 01:40
1
answer

What are the differences of ".NET"?

I took a look at this response , but did not answer my question. As far as I know, there is the .NET Framework, .NET Core, ASP.NET, .NET Standart, and Mono but I do not know the difference between them and I do not know which one to use for p...
asked by 10.02.2018 / 02:20
1
answer

Script language for JVM and DVM

I intend to use a script language coupled with Java SE applications, my fear is to develop something and then later have a hard time porting it to the Android platform. I'm not a professional in the area, but I know the importance of portability...
asked by 08.05.2016 / 05:52
1
answer

Is it possible to convert .NET Framework applications from Windows to Mac?

Can I get my project ready, and have it run on a Mac OS X? (It was done in .NET Framework 4.5.2 for Windows.)     
asked by 13.10.2015 / 04:14
1
answer

Apropos for PowerShell

On Windows there is a PowerShell solution that can display some semicolon search results for apropos Unix?     
asked by 05.05.2016 / 20:47
1
answer

C Portability on Linux

I'm starting to use Compilr and there they use Linux. I'm having some problems like for example printing a text file. Look at my program, it works on windows: #include<stdio.h> /* escreva um programa que leia o nome de 10 pessoas e arm...
asked by 28.10.2014 / 12:03
1
answer

Android: How to create an external Sqlite database dynamically?

I have been thoroughly researching on this and all the examples I found and tested did not work. To leave the code more organized I would like to do this using the OpenHelper class but I have already tested the openOrCreate () method on both Ope...
asked by 18.06.2018 / 20:18