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
How do bit fields interplay with bits padding in C++
Sep 14, 2022
c++
language-lawyer
bit-fields
memory-layout
Inconsistent C99 support in gcc and clang
Jun 10, 2022
c
language-lawyer
c99
c11
null-pointer
Reliable type-punning across C and C++ standards
Aug 31, 2022
c++
c
type-conversion
language-lawyer
type-punning
How C++ Standard prevents deadlock in spinlock mutex with memory_order_acquire and memory_order_release?
Jul 21, 2021
c++
language-lawyer
memory-model
stdatomic
spinlock
Alignment of multiple CRTP base classes
May 20, 2022
c++
language-lawyer
multiple-inheritance
undefined-behavior
crtp
C - Do incompatible pointers used for arithmetic violate strict aliasing?
Oct 21, 2022
c
pointers
language-lawyer
strict-aliasing
Is there any observable difference between printf(str) and fwrite(str, 1, strlen(str), stdout)?
Jun 21, 2022
c
printf
language-lawyer
compiler-optimization
Confusing language in specification of strtol, et al
Apr 21, 2022
c
standards-compliance
language-lawyer
strtol
Are local variables in a compound switch statement initialized when the `default:` label is put outside the braces?
Jun 30, 2022
c
language-lawyer
Why SFINAE gets messed up when changing the place of the class template specialization? Is this a C++ bug?
Nov 18, 2022
c++
template-specialization
language-lawyer
sfinae
compiler-bug
Same address, multiple shared_ptr counters, is it forbidden by C++ standard?
Feb 22, 2021
c++
c++11
shared-ptr
language-lawyer
Why can member variables not be used as defaults for parameters? [duplicate]
Jun 26, 2022
c++
language-lawyer
default-parameters
Is rule 3 in section 3.3.7/1 from N3936 redundant?
Jan 09, 2021
c++
scope
language-lawyer
c++14
Safety of static_cast to pointer-to-derived class from base destructor
Oct 09, 2022
c++
casting
language-lawyer
static-cast
Is this a mistake in the definition of the sign bit for integer types in the C standard?
Oct 18, 2020
c
standards
language-lawyer
std::vector::resize(size_type) requires CopyInsertable?
Oct 19, 2022
c++
c++11
language-lawyer
How can `f();` be a declaration below?
Sep 14, 2022
c++
language-lawyer
declaration
c++17
C preprocessor macro arguments with space at the end for concatenating?
Aug 21, 2022
c
macros
c-preprocessor
language-lawyer
preprocessor-directive
May a standards-compliant C assert() evaluate its argument multiple times?
Oct 17, 2022
c++
c
c++11
language-lawyer
assert
getc() as macro and C standard library function definition, coherent?
Jul 16, 2018
c
function
macros
language-lawyer
libc
« Newer Entries
Older Entries »