New posts in portability

How do I type a floating point infinity literal in python

How to use printf to display off_t, nlink_t, size_t and other special types?

Django: 'current_tags' is not a valid tag library

How to Declare a 32-bit Integer in C

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

How can I portably call a C++ function that takes a char** on some platforms and a const char** on others?

Is there any "standard" htonl-like function for 64 bits integers in C++?

Are the experimental features of modern C++ reliable for long-term projects?

#include<bits/stdc++.h> on VSCode with MacOS [duplicate]

In C++, is it safe/portable to use static member function pointer for C API callbacks?

What belongs in an educational tool to demonstrate the unwarranted assumptions people make in C/C++?

OS specific instructions in CMAKE: How to?

Is char *envp[] as a third argument to main() portable

How should I print types like off_t and size_t?

Is there a replacement for unistd.h for Windows (Visual C)?

How to bundle a JRE with Launch4j?

How to measure time in milliseconds using ANSI C?

Why does glibc's strlen need to be so complicated to run quickly?

Multi-character constant warnings

Why bit endianness is an issue in bitfields?