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
static global variables initialization order
Mar 06, 2023
c++
initialization
global-variables
language-lawyer
operator-precedence
Are both of these volatile qualifier usages redundant?
Mar 06, 2023
c
syntax
language-lawyer
declaration
volatile
Is *this = Ctor(); legal and efficient for clearing an object's state?
Mar 06, 2023
c++
constructor
language-lawyer
c++17
this-pointer
How do compilers know C++ constexpr computations do not trigger undefined behavior?
Mar 05, 2023
c++
language-lawyer
undefined-behavior
constexpr
Assign volatile to non-volatile sematics and the C standard
Mar 06, 2023
c
language-lawyer
volatile
non-volatile
Non-overloadable non-inline function definitions in different translation units
Mar 04, 2023
c++
c++17
language-lawyer
one-definition-rule
Status of inconsistent template specializations across translation units?
Mar 05, 2023
c++
language-lawyer
c++20
Why does the C struct hack not work for C++ template declarations?
Mar 05, 2023
c++
templates
struct
language-lawyer
name-lookup
Dereferencing an uninitialized pointer to pass into sizeof()
Mar 04, 2023
c
pointers
malloc
language-lawyer
sizeof
what is the meaning of the phrase "preceding initialization" in section [expr.const]
Mar 05, 2023
c++
c++17
language-lawyer
constant-expression
Does recursion in the C preprocessor abuse an inconsistency in the standard?
Mar 04, 2023
c++
c
language-lawyer
c-preprocessor
Why can't putc() be implemented as a macro in C++? (Or can it?)
Mar 04, 2023
c++
language-lawyer
stdio
Where can I find a list of C (and/or C++) keywords covering K&R1/2, C89-C1X and their origins? [closed]
Feb 25, 2023
c++
c
language-lawyer
Use of this in initializer list
Feb 22, 2023
c++
this
language-lawyer
initializer-list
Is it legal in C++11 to inherit from private nested type?
Feb 20, 2023
c++
c++11
language-lawyer
pimpl-idiom
Order of evaluation of f(g(), h()) in C++
Feb 19, 2023
c++
c++11
language-lawyer
Do we still need to separately define static members, even if they are initialised inside the class definition?
Feb 19, 2023
c++
c++11
language-lawyer
Are 'const' values inside a container actually disallowed?
Feb 19, 2023
c++
c++11
language-lawyer
OS X sigaction incorrectly setting sa_mask
Feb 14, 2023
c
macos
language-lawyer
sigprocmask
sigaction
Understanding the example on lvalue-to-rvalue conversion
Feb 13, 2023
c++
language-lawyer
c++14
constexpr
lvalue-to-rvalue
« Newer Entries
Older Entries »