5 Answered Questions
[SOLVED] In CSS Flexbox, why are there no "justify-items" and "justify-self" properties?
- 2015-09-13 15:30:27
- Michael_B
- 145437 View
- 604 Score
- 5 Answer
- Tags: css flexbox language-lawyer w3c
2 Answered Questions
[SOLVED] When does invoking a member function on a null instance result in undefined behavior?
- 2010-03-18 23:20:44
- GManNickG
- 14147 View
- 115 Score
- 2 Answer
- Tags: c++ undefined-behavior language-lawyer standards-compliance null-pointer
5 Answered Questions
[SOLVED] Accessing inactive union member and undefined behavior?
- 2012-07-07 07:37:00
- Luchian Grigore
- 15746 View
- 114 Score
- 5 Answer
- Tags: c++ undefined-behavior language-lawyer unions
1 Answered Questions
[SOLVED] Has C++ standard changed with respect to the use of indeterminate values and undefined behavior in C++14?
- 2014-05-01 20:04:20
- Shafik Yaghmour
- 3997 View
- 62 Score
- 1 Answer
- Tags: c++ c++11 language-lawyer undefined-behavior c++14
3 Answered Questions
[SOLVED] Fortran: integer*4 vs integer(4) vs integer(kind=4)
- 2010-07-03 03:47:23
- Sam
- 26691 View
- 55 Score
- 3 Answer
- Tags: fortran language-lawyer
5 Answered Questions
[SOLVED] What are the valid signatures for C's main() function?
- 2010-01-21 09:46:51
- Prady
- 37644 View
- 58 Score
- 5 Answer
- Tags: c language-lawyer signature entry-point function-prototypes
9 Answered Questions
[SOLVED] Does "Undefined Behavior" really permit *anything* to happen?
- 2015-08-21 04:53:14
- Kyle Strand
- 6806 View
- 93 Score
- 9 Answer
- Tags: c++ c language-lawyer undefined-behavior
13 Answered Questions
[SOLVED] Take the address of a one-past-the-end array element via subscript: legal by the C++ Standard or not?
- 2009-06-12 18:08:50
- Zan Lynx
- 6748 View
- 75 Score
- 13 Answer
- Tags: c++ c standards language-lawyer
4 Answered Questions
[SOLVED] Does initialization entail lvalue-to-rvalue conversion? Is `int x = x;` UB?
- 2013-02-18 11:55:30
- Kerrek SB
- 2414 View
- 55 Score
- 4 Answer
- Tags: c++ initialization undefined-behavior language-lawyer
1 Answered Questions
[SOLVED] A positive lambda: '+[]{}' - What sorcery is this?
- 2013-09-19 07:51:31
- Daniel Frey
- 25082 View
- 255 Score
- 1 Answer
- Tags: c++ c++11 lambda operator-overloading language-lawyer
5 Answered Questions
[SOLVED] Do I need to cast to unsigned char before calling toupper(), tolower(), et al.?
- 2014-02-16 00:30:40
- Baum mit Augen
- 2849 View
- 30 Score
- 5 Answer
- Tags: c++ language-lawyer undefined-behavior toupper tolower
4 Answered Questions
[SOLVED] Order of evaluation of arguments using std::cout
- 2011-10-10 20:49:22
- FailedDev
- 4173 View
- 12 Score
- 4 Answer
- Tags: c++ visual-studio stdout language-lawyer
2 Answered Questions
[SOLVED] Are there any non-twos-complement implementations of C?
- 2012-09-05 07:58:52
- paxdiablo
- 3610 View
- 41 Score
- 2 Answer
- Tags: c language-lawyer iso negative-number representation
2 Answered Questions
[SOLVED] Is ...foo an operator or syntax?
- 2017-07-05 19:49:51
- Li357
- 1849 View
- 30 Score
- 2 Answer
- Tags: javascript ecmascript-6 language-lawyer spread-syntax
7 Answered Questions
[SOLVED] C++11 introduced a standardized memory model. What does it mean? And how is it going to affect C++ programming?
- 2011-06-11 23:30:14
- Nawaz
- 208782 View
- 1813 Score
- 7 Answer
- Tags: c++ multithreading c++11 language-lawyer memory-model
8 Answered Questions
[SOLVED] Why does left shift operation invoke Undefined Behaviour when the left side operand has negative value?
- 2010-09-24 07:26:22
- Prasoon Saurav
- 15603 View
- 42 Score
- 8 Answer
- Tags: c++ c language-lawyer undefined-behavior bit-shift
2 Answered Questions
[SOLVED] reinterpret_cast creating a trivially default-constructible object
- 2016-11-29 18:48:51
- Barry
- 1815 View
- 51 Score
- 2 Answer
- Tags: c++ c++11 language-lawyer c++17
1 Answered Questions
[SOLVED] Will std::string always be null-terminated in C++11?
- 2011-05-20 20:20:37
- links77
- 7526 View
- 44 Score
- 1 Answer
- Tags: c++ string c++11 language-lawyer null-terminated
4 Answered Questions
[SOLVED] One-dimensional access to a multidimensional array: is it well-defined behaviour?
- 2011-06-09 09:48:40
- Oliver Charlesworth
- 5781 View
- 16 Score
- 4 Answer
- Tags: c pointers multidimensional-array standards language-lawyer
1 Answered Questions
[SOLVED] Heights rendering differently in Chrome and Firefox
- 2016-02-21 06:21:07
- James Yang
- 25435 View
- 20 Score
- 1 Answer
- Tags: html css css3 flexbox language-lawyer
7 Answered Questions
[SOLVED] Where exactly does C++ standard say dereferencing an uninitialized pointer is undefined behavior?
- 2010-11-26 14:01:53
- sharptooth
- 3501 View
- 11 Score
- 7 Answer
- Tags: c++ standards undefined-behavior language-lawyer
1 Answered Questions
[SOLVED] Is it a conforming compiler extension to treat non-constexpr standard library functions as constexpr?
- 2015-01-02 14:58:25
- Shafik Yaghmour
- 2956 View
- 38 Score
- 1 Answer
- Tags: c++ c++11 gcc language-lawyer c++14
19 Answered Questions
[SOLVED] int a[] = {1,2,}; Weird comma allowed. Any particular reason?
- 2011-08-12 16:36:30
- Armen Tsirunyan
- 25386 View
- 325 Score
- 19 Answer
- Tags: c++ syntax grammar language-lawyer
4 Answered Questions
[SOLVED] A comprehensive survey of the types of things in R; 'mode' and 'class' and 'typeof' are insufficient
- 2012-01-13 18:47:49
- Aaron McDaid
- 9370 View
- 43 Score
- 4 Answer
- Tags: r language-lawyer r-faq
4 Answered Questions
[SOLVED] Do distinct functions have distinct addresses?
- 2014-10-23 17:21:22
- Yakk - Adam Nevraumont
- 2187 View
- 51 Score
- 4 Answer
- Tags: c++ function-pointers language-lawyer one-definition-rule comdat-folding
10 Answered Questions
[SOLVED] Why would the behavior of std::memcpy be undefined for objects that are not TriviallyCopyable?
- 2015-04-21 16:03:25
- R Sahu
- 5372 View
- 67 Score
- 10 Answer
- Tags: c++ c++11 language-lawyer memcpy object-lifetime
2 Answered Questions
[SOLVED] What exactly is the "immediate context" mentioned in the C++11 Standard for which SFINAE applies?
- 2013-03-07 00:06:31
- Andy Prowl
- 2818 View
- 37 Score
- 2 Answer
- Tags: c++ templates c++11 language-lawyer sfinae
5 Answered Questions
[SOLVED] Is the compiler allowed to optimize out heap memory allocations?
- 2015-08-07 08:57:24
- Banex
- 4885 View
- 66 Score
- 5 Answer
- Tags: c++ gcc optimization clang language-lawyer
8 Answered Questions
[SOLVED] When using C headers in C++, should we use functions from std:: or the global namespace?
- 2015-09-16 10:26:51
- DeiDei
- 6053 View
- 106 Score
- 8 Answer
- Tags: c++ language-lawyer std
10 Answered Questions
[SOLVED] What is the size of void?
- 2009-11-03 09:30:11
- Lakshmi
- 56452 View
- 73 Score
- 10 Answer
- Tags: c++ c language-lawyer sizeof