Search code examples
Is there a portable equivalent to DebugBreak()/__debugbreak?...


c++cross-platformbreakpointsportabilitydebugbreak

Read More
Is it C++ standard-compliant to define a variable using `A<int>::template B<int> x;`?...


c++c++11templatesportability

Read More
Is this C++ code portable?...


c++virtualportability

Read More
How ubiquitous is hash_map?...


c++hashmapportability

Read More
How portable is code with #pragma optimize?...


c++cportabilitypragma

Read More
How can you portably echo a shell string without using printf?...


shellechoportability

Read More
How to tell whether an executable was compiled for the present machine?...


cshellgccportability

Read More
What is the meaning of "POSIX"?...


unixposixstandardsterminologyportability

Read More
Portable equivalent to gcc's __attribute__(cleanup)...


cgccgarbage-collectionscopeportability

Read More
gcc difference between -pthread and -pthreads?...


gccpthreadsportability

Read More
Does TortoiseGit work with PortableGit-x.x.x.x-previewyyyyyy? What are compatible git versions for T...


gitportabilitytortoisegit

Read More
Is there a portable C compiler for windows?...


cwindowsportability

Read More
Why is it important for C / C++ Code to be compilable on different compilers?...


c++cgccportability

Read More
Why should I not #include <bits/stdc++.h>?...


c++portabilityturbo-c++c++-faqimplementation-defined-behavior

Read More
Portability of #warning preprocessor directive...


c++c-preprocessorwarningsportabilitypreprocessor-directive

Read More
What is the best approach to use openGL in the web?...


c++openglportability

Read More
Is the .NET string hash function portable?...


c#.nethashportability

Read More
How to declare a variable as thread local portably?...


cgccportabilityc11thread-local-storage

Read More
Why MSVC is allowing direct instantiations of objects with protected destructor?...


c++destructorportability

Read More
Is there a way to determine if the representation of a pointer is 'linear' in C?...


cpointersportability

Read More
Can placement new for arrays be used in a portable way?...


c++arraysportabilityoverhead

Read More
self-contained portable emacs...


emacsindentationportabilitystatic-linking

Read More
Should Portable Types Be Used in the Declaration of a Main Function? (C11)...


cprogram-entry-pointportability

Read More
How to create a portable structure to emulate 16-bit registers in C?...


cemulationportabilitygameboy

Read More
C++ Portability between Windows and Linux...


c++windowslinuxportabilitylibraries

Read More
Are there any specific types or values for which type-punning produces identical behavior in all Sta...


clanguage-lawyerunionportabilitytype-punning

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


c++cwindowsportabilityunistd.h

Read More
How to actually detect musl libc?...


cportabilitymusl

Read More
Why bit endianness is an issue in bitfields?...


ccross-platformportabilitylow-levelbit-fields

Read More
Bit fields portability...


cportabilitybit-fields

Read More
BackNext