Search code examples
How can I mark a C++ class method as deprecated?...

c++deprecatedportability

Read More
How to split file on first empty line in a portable way in shell (e.g. using sed)?...

shellsedportabilitytext-manipulationfilesplitting

Read More
How do SO_REUSEADDR and SO_REUSEPORT differ?...

linuxwindowssocketsunixportability

Read More
How can I have a portable Emacs?...

windowsemacstext-editorportabilityportable-applications

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

cross-platformgonewlineportability

Read More
Portable way to write Python 3 shebang?...

pythonportabilityshebang

Read More
Deadlock avoidance by ordering std::mutex...

c++concurrencyc++14language-lawyerportability

Read More
It's possible to make a source code 32 or 64 bit only?...

c32bit-64bitportability

Read More
Are exact-width integers in Cython actually platform dependent?...

cintegercythonportabilityfixed-width

Read More
Is there a portable way to give thread name with Qt?...

multithreadingqtportability

Read More
How do I type a floating point infinity literal in python...

pythonfloating-pointportabilitynumerical

Read More
Howto check if images have loaded using Javascript?...

javascriptimageloadingportability

Read More
what is the standard for password hash string encoding?...

gostorageglibcportabilitypassword-hash

Read More
What guarantees does C provide about enum ordinal values...

cenumsstandardsportabilitystandards-compliance

Read More
How similar/different are gnu make, microsoft nmake and posix standard make?...

makefileportabilitynmakegnu-make

Read More
Best way to portably assign the result of fgetc() to a char in C...

ciotype-conversionportability

Read More
Checking the gcc version in a Makefile?...

gccmakefileversionportabilitycompiler-warnings

Read More
Is python program/executable portable?...

pythonportability

Read More
Is checking the location of the sign bit enough to determine endianness of IEEE-754 float with respe...

c++floating-pointendiannessportabilityieee-754

Read More
c++ portable address encoding...

c++portability

Read More
c++ 17 std::filesystem can not run on other (windows 10) computer...

c++mingwportabilitystd-filesystem

Read More
PHP 7.1.9 portable webserver issues...

phpwebserverportability

Read More
Portable way to check if subprocess exit code indicates a success?...

pythonpython-3.xsubprocessportabilityexit-code

Read More
How to measure time in milliseconds using ANSI C?...

cportabilitytime-precision

Read More
C: Is <limits.h> cross platform?...

ccross-platformc99portability

Read More
Creating a "portable" .exe (without installer)...

c#.netportability

Read More
How to know if a .jar built on AMD64 will run flawlessly on ARM?...

javagradlejava-native-interfacecompatibilityportability

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

clinuxprintfportability

Read More
Change the current working directory in C++...

c++headerportabilityworking-directory

Read More
How can I make a binary that uses openmp and compiled with intel's C compiler portable?...

cwindowsopenmpportabilityintel-oneapi

Read More
BackNext