Portable code can be run with little to no modification in multiple environments.
Unlike Java or C#, primitive data types in C++ can vary in size depending on the platform. For example, int …
c++ cross-platform portability primitiveDoes anyone know of free tools (languages, environments) that would support development of GUI applications on the Windows platform? I …
windows user-interface desktop-application portabilityI'm currently having trouble understanding how PE Base Relocations are build up. I understand there can be more then one …
executable portability relocationConsider: std::tuple<int , const A&> func (const A& a) { return std::make_tuple( 0 , std::ref(…
c++ c++11 portability correctnessI want to develop an application for both android and iOS devices. Is there a way to develop the application …
android ios portabilityIs there a portable Perl along the lines of portable Python? Something I could use (while learning the stuff) from …
perl portability portable-applicationsI'm trying to get SCons to make a shared library. One of the items going into the .so is a .…
static static-libraries portability static-linking sconsThe problem I am facing has as follows: I have developed a portable class library to encapsulate a service connection. …
c# resources portability windows-runtime microsoft-metroI'm searching a way to include __LINE__ as a compile-time constant in outputted messages. Various solutions seem to exist, but …
java logging portabilityI 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