5 Answered Questions
[SOLVED] What are the rules about using an underscore in a C++ identifier?
- 2008-10-23 07:02:06
- Roger Lipscombe
- 244283 View
- 908 Score
- 5 Answer
- Tags: c++ naming-conventions standards c++-faq
12 Answered Questions
[SOLVED] Why aren't variable-length arrays part of the C++ standard?
- 2009-12-11 10:15:40
- Andreas Brinck
- 138048 View
- 312 Score
- 12 Answer
- Tags: c++ arrays standards variable-length-array variable-length
12 Answered Questions
3 Answered Questions
[SOLVED] When a function has a specific-size array parameter, why is it replaced with a pointer?
- 2009-08-25 13:17:32
- CsTamas
- 28104 View
- 66 Score
- 3 Answer
- Tags: c++ arrays standards sizeof function-parameter
6 Answered Questions
12 Answered Questions
3 Answered Questions
7 Answered Questions
17 Answered Questions
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
- 6759 View
- 75 Score
- 13 Answer
- Tags: c++ c standards language-lawyer
11 Answered Questions
6 Answered Questions
[SOLVED] Array placement-new requires unspecified overhead in the buffer?
- 2012-01-04 00:03:39
- Mooing Duck
- 5802 View
- 62 Score
- 6 Answer
- Tags: c++ memory-management standards placement-new
9 Answered Questions
2 Answered Questions
[SOLVED] Are compound statements (blocks) surrounded by parens expressions in ANSI C?
- 2009-08-06 10:06:22
- fortran
- 7542 View
- 37 Score
- 2 Answer
- Tags: c gcc standards expression
8 Answered Questions
3 Answered Questions
[SOLVED] Strict Standards: mysqli_next_result() error with mysqli_multi_query
- 2013-02-05 19:58:59
- Phil
- 13161 View
- 9 Score
- 3 Answer
- Tags: php mysqli standards strict mysqli-multi-query
8 Answered Questions
1 Answered Questions
2 Answered Questions
[SOLVED] Why can't I have a numeric value as the ID of an element?
- 2011-11-02 21:38:20
- penpen
- 12562 View
- 18 Score
- 2 Answer
- Tags: html standards web-standards
5 Answered Questions
[SOLVED] What's the difference between __PRETTY_FUNCTION__, __FUNCTION__, __func__?
- 2010-12-08 06:28:27
- Matt Joiner
- 104629 View
- 205 Score
- 5 Answer
- Tags: c++ c compiler-construction standards
14 Answered Questions
[SOLVED] How is the default submit button on an HTML form determined?
- 2009-05-29 10:24:51
- Stewart
- 167896 View
- 201 Score
- 14 Answer
- Tags: javascript html cross-browser standards
7 Answered Questions
9 Answered Questions
4 Answered Questions
[SOLVED] Is unsigned integer subtraction defined behavior?
- 2011-08-28 13:59:01
- user14554
- 86028 View
- 95 Score
- 4 Answer
- Tags: c standards unsigned integer-arithmetic
4 Answered Questions
[SOLVED] Multiple assignment in javascript? What does [a,b,c] = [1, 2, 3]; mean?
- 2010-10-21 10:11:56
- Napolux
- 7593 View
- 21 Score
- 4 Answer
- Tags: javascript google-chrome standards opera
9 Answered Questions
[SOLVED] Non-Standard Attributes on HTML Tags. Good Thing? Bad Thing? Your Thoughts?
- 2008-10-16 16:58:42
- dave mankoff
- 19303 View
- 92 Score
- 9 Answer
- Tags: javascript html standards
5 Answered Questions
[SOLVED] Do you quote HTML5 attributes?
- 2011-06-27 15:35:11
- ryanve
- 19676 View
- 62 Score
- 5 Answer
- Tags: html html5 performance standards
4 Answered Questions
[SOLVED] One-dimensional access to a multidimensional array: is it well-defined behaviour?
- 2011-06-09 09:48:40
- Oliver Charlesworth
- 5800 View
- 17 Score
- 4 Answer
- Tags: c pointers multidimensional-array standards language-lawyer
6 Answered Questions
[SOLVED] Are compilers allowed to eliminate infinite loops?
- 2010-02-01 16:13:10
- osgx
- 5540 View
- 30 Score
- 6 Answer
- Tags: c optimization compiler-construction standards infinite-loop
7 Answered Questions
[SOLVED] Where exactly does C++ standard say dereferencing an uninitialized pointer is undefined behavior?
- 2010-11-26 14:01:53
- sharptooth
- 3514 View
- 11 Score
- 7 Answer
- Tags: c++ standards undefined-behavior language-lawyer