Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in undefined-behavior
Macros and postincrement
Jul 15, 2022
c
macros
undefined-behavior
Is printing a null-pointer Undefined Behavior?
Jun 25, 2022
c++
iostream
undefined-behavior
null-pointer
Why does (*p=*p) & (*q=*q); in C trigger undefined behavior
Nov 19, 2022
c
pointers
undefined-behavior
sequence-points
Is accessing data outside an array incorrect if you don't use it?
Aug 15, 2022
c++
c
arrays
undefined-behavior
Passing non-lvalue as const reference argument. Is the temp created in local scope or caller scope?
Nov 02, 2022
c++
reference
undefined-behavior
Is using const_cast for read-only access to a const object allowed?
Nov 30, 2018
c++
casting
constants
undefined-behavior
const-cast
behavior of const_cast in C++ [duplicate]
Aug 29, 2022
c++
undefined-behavior
const-cast
The lifetime of a reference with regard to its target
Nov 06, 2019
c++
reference
undefined-behavior
object-lifetime
Example of error caused by UB of incrementing a NULL pointer
Jun 06, 2022
c++
undefined-behavior
What can go wrong if cout.rdbuf() is used to switch buffer and never set it back?
Sep 23, 2021
c++
fstream
undefined-behavior
streambuf
If a part of the program exhibits undefined behavior, would it affect the remainder of the program?
Oct 10, 2022
c++
c
undefined-behavior
How is a variable at the same address producing 2 different values? [duplicate]
Mar 26, 2018
c++
casting
constants
undefined-behavior
Why Left-Shifting an unsigned number 32 times doesn't produce a ZERO?
Jun 12, 2020
c++
undefined-behavior
Does the following chained assignment cause Undefined behavior?
Sep 24, 2022
c
undefined-behavior
Why is the phrase: "undefined behavior means the compiler can do anything it wants" true?
Oct 30, 2022
c++
compiler-construction
undefined-behavior
Does while(i--) s+= a[i]; contain undefined behavior in C and C++?
Sep 05, 2022
c++
c
undefined-behavior
Is multiple variable comparision inline undefined behavior?
Jan 27, 2021
c++
c
undefined-behavior
C Programming #define? [duplicate]
Sep 24, 2022
c
macros
undefined-behavior
Segmentation fault in strcpy
Jun 03, 2022
c++
c
undefined-behavior
++i + ++i + ++i in Java vs C
Aug 19, 2022
java
c
undefined-behavior
operator-precedence
« Newer Entries
Older Entries »