List Question
20 TechQA 2011-02-04T12:15:30.123000Is sizeof(bool) defined in the C++ language standard?
115.9k views
Asked by 0xbadf00d
Enforce increase of vector capacity by implementation defined factor when reserving
105 views
Asked by Emma X
C++ Phase 1 Translation Set of Source File Characters: Before vs. Post C++11, before C++23
130 views
Asked by mishar
Is it implementation defined which algorithms can accept a mutable lambda?
144 views
Asked by Jonathan Mee
Is signed integer overflow undefined behaviour or implementation defined?
917 views
Asked by Dan
C - Is reading a _Bool after setting it with memset undefined, implementation defined?
205 views
Asked by Jesse
Indexing an `unsigned long` variable and printing the result
1.8k views
Asked by mediocrevegetable1
Implementation-defined behavior in C
1.2k views
Asked by Epik
Undefined, unspecified and implementation-defined behavior
90.7k views
Asked by Zolomon
Is there any case where %p format specifier will not print address in 0x.. format
172 views
Asked by Hemant
Why is assigning a value to a bit field not giving the same value back?
8.2k views
Asked by iammilind
Why should I not #include <bits/stdc++.h>?
92.3k views
Asked by Lightness Races in Orbit
Why is the type of boost::hana::tuple_c implementation-defined?
216 views
Asked by TemplateRex
Bit-Fields in C/C++: what is guaranteed, what is implementation-defined?
686 views
Asked by wimalopaan
Characteristics of bit-Fields in C++
213 views
Asked by wimalopaan
Why signed integer overflow in c++ is undefined rather than implementation-defined?
174 views
Asked by Amir Valizadeh
Can xor have UB/IB in C++?
155 views
Asked by 0dminnimda
Can an operation defined as implementation-defined behavior have multi possible execution?
190 views
Asked by xmh0511