Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in portability

c++ Initializing a struct with an array as a member

How should I handle "cast from ‘void*’ to ‘int’ loses precision" when compiling 32-bit code on 64-bit machine?

Building a 32-bit float out of its 4 composite bytes

How do you deal with Internet Explorer?

What is the smallest possible Windows (PE) executable?

GLIBCXX versions

c++ linux portability glibc

A step-up from TiddlyWiki that is still 100% portable?

C++: Is there a standard definition for end-of-line in a multi-line string constant?

c++ c++11 portability

What is the most portable/cross-platform way to represent a newline in go/golang?

What's the difference between "int" and "int_fast16_t"?

c integer c99 portability c89

msys path conversion (or cygpath for msys?)

Autotools vs CMake for both Windows and Linux compilation

Can placement new for arrays be used in a portable way?

How to design a C / C++ library to be usable in many client languages? [closed]

c++ c portability

Portability of binary serialization of double/float type in C++

How do I detect if I'm running MATLAB or Octave?

matlab portability octave

Checking the gcc version in a Makefile?

Change the current working directory in C++

Is there any guidance on converting existing .NET class libraries to portable libraries?

Portability of #warning preprocessor directive