Portable code can be run with little to no modification in multiple environments.
I have been looking for pros & cons of Autotools and CMake. But I would like to know opinions from …
cmake build-process portability autotoolsI really thought this would be easier to find... I need a portable c++ sockets wrapper. I'm planning to use …
c++ sockets portabilityWhat happens when you concurrently open two (or more) FileOutputStreams on the same file? The Java API says this: Some …
java file-io portability concurrencyThe title says it all, I am looking for something preferably stand-alone because I don't want to add more libraries. …
c++ c random portability consistencyOccasionally I need to use fixed-width integers for communication with external devices like PLCs. I also use them to define …
c++ c visual-c++ types portabilityJust encountered decrement of end() iterator in my company source codes and it looks strange for me. As far as …
c++ stl iterator portabilityis there any way to automatically use correct EOL character depending on the OS used? I was thinking of something …
c++ portability eol end-of-linePorting code from 32bit to 64bit. Lots of places with int len = strlen(pstr); These all generate warnings now because …
c portability 32bit-64bitFrequently I'm brainstormed with programming ideas that I would like to directly code. More or less like "Wow, that algorithm …
ide programming-languages portability portable-applicationsIs there a way run Emacs from a USB drive? I am a Windows user and I would like to …
windows emacs text-editor portability portable-applications