Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in portability

how portable is end iterator decrement?

c++ stl iterator portability

What development tools do you carry on your USB drive? [closed]

Proper shebang for Python script

python portability shebang

Why bit endianness is an issue in bitfields?

Using Python's ftplib to get a directory listing, portably

python ftp portability

Portable way of setting std::thread priority in C++11

Is there a portable equivalent to DebugBreak()/__debugbreak?

c++ portability debugbreak

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

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

How do I type a floating point infinity literal in python

Django: 'current_tags' is not a valid tag library

python django portability

How to Declare a 32-bit Integer in C

c portability

How to bundle a JRE with Launch4j?

portability exe java launch4j

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

c++ constants portability

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

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

OS specific instructions in CMAKE: How to?

How to measure time in milliseconds using ANSI C?

How should I print types like off_t and size_t?

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