Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in portability

How can I portably send a C struct through a network socket?

c portability

Do useless backslashs produce well-defined string constants?

Approved syntax for raw pointer manipulation

how to make portable regex?

regex portability

Generating a compile-time constant integer from a literal string

What is a portable format to fully express a double-precision value in Fortran?

Porting my C++ app to run in a browser

Can .Net Application be converted into a Portable App i.e. single .exe

Unix C - Portable WEXITSTATUS

How to obtain the process id portably in C++?

c++ pid portability

Is it C++ standard-compliant to define a variable using `A<int>::template B<int> x;`? [duplicate]

Winsock 2 portability

c++ winsock portability

Is the use of previously defined members as part of later members in an enum definition legal?

c++ enums portability

How portable is __get_cpuid?

c portability

Can I depend upon a new bool being initialized to false?

What's the simplest way to write portable dynamically loadable libraries in C++?

Portable makefile creation of directories

Is using 0xFFFFFFFF a reliable way to set all bits in a 32-bit type?

Portable shared objects?

64 bit floating point porting issues