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 language-lawyer
According to §12.1/4 in the C++11 Standard, the code shouldn't compile
Mar 28, 2022
c++
c++11
constructor
language-lawyer
Is it standard behaviour that adding const to size_t can cause compile failure?
May 13, 2019
c++
c++11
gcc
clang
language-lawyer
Why does gcc hide overloaded functions in the global namespace?
Aug 13, 2020
c++
gcc
compiler-errors
namespaces
language-lawyer
Template ignores [[nodiscard]] attribute
Dec 09, 2018
c++
gcc
clang
language-lawyer
c++17
Is calculating address difference undefined behaviour?
Oct 15, 2022
c++
c++11
language-lawyer
Force all classes to implement / override a 'pure virtual' method in multi-level inheritance hierarchy
Apr 17, 2022
c++
overriding
language-lawyer
class-hierarchy
virtual-functions
Is it possible to hash pointers in portable C++03 code?
Nov 04, 2022
c++
pointers
hash
language-lawyer
Is layout-compatibility in the c++11 (working draft) standard too weak?
Jun 07, 2020
c++
c++11
struct
language-lawyer
memory-layout
Bitwise operators and signed types
Jun 12, 2017
c++
bit-manipulation
language-lawyer
signed
Does JPA return "null" or empty collection for a collection property that is empty in the DB?
Nov 10, 2022
jpa
collections
null
language-lawyer
Why does the parallel for_each require forward iterators?
Mar 23, 2022
c++
language-lawyer
std
c++17
c++-standard-library
Is std::decay_t<T> decay_copy(T&&) equivalent to auto decay_copy(auto&&)?
May 24, 2022
c++
language-lawyer
c++20
auto
template-argument-deduction
Pointer arithmetic using cast to "wrong" type
May 21, 2022
c++
language-lawyer
undefined-behavior
pointer-arithmetic
What happens when I define macros with the same name
Oct 31, 2022
c
c-preprocessor
language-lawyer
PODs and inheritance in C++11. Does the address of the struct == address of the first member?
Apr 09, 2022
c++
c++11
language-lawyer
Returning a variable while using a post increment in C
Dec 23, 2019
c
global-variables
standards
c99
language-lawyer
Is support of Annex K in C11 required for a conforming implementation?
Nov 10, 2022
c
language-lawyer
c11
tr24731
What happens to char round-trip cast through a bool?
Oct 30, 2022
c++
casting
boolean
language-lawyer
roundtrip
What is the dynamic type of the object allocated by malloc?
Mar 19, 2022
c++
malloc
language-lawyer
Does this code in C fall into the Undefined Behavior category?
Sep 26, 2019
c
arrays
language-lawyer
increment
undefined-behavior
« Newer Entries
Older Entries »