User contributions
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 10:11, 26 January 2023 (diff | hist) . . (0) . . m cpp/utility/compare/strong ordering (Fixed link)
- 10:11, 26 January 2023 (diff | hist) . . (+51) . . cpp/utility/compare/strong ordering (The property described in the 1st part of sentence "does not allow incomparable values" is called "connected" (the 2nd part "exactly one of ... must be true" is equivalent to the 1st part when comparison is a partial order) I linked to its Wikipedia page.)
- 10:01, 26 January 2023 (diff | hist) . . (+52) . . cpp/utility/compare/weak ordering (The property described in this sentence is called "connected" or "total" i.e. "< is connected" I added a link to this property's Wikipedia article.)
- 09:48, 26 January 2023 (diff | hist) . . (-19) . . User:Mgkrupa (top)
- 09:45, 26 January 2023 (diff | hist) . . (+119) . . User:Mgkrupa
- 09:24, 26 January 2023 (diff | hist) . . (+3,583) . . User:Mgkrupa (Added info from Template:rl/doc)
- 08:58, 26 January 2023 (diff | hist) . . (+952) . . User:Mgkrupa (Added info from Template:source/doc)
- 08:38, 26 January 2023 (diff | hist) . . (+77) . . m cpp/utility/compare/partial ordering (Formatting)
- 08:35, 26 January 2023 (diff | hist) . . (+76) . . m cpp/utility/compare/weak ordering (Formatting)
- 21:19, 18 January 2023 (diff | hist) . . (+140) . . cpp/numeric/math/div (Mentioned assert(sign of remainder == sign of dividend))
- 19:59, 26 November 2022 (diff | hist) . . (+462) . . cpp/language/sizeof (Added CHAR_BIT to example)
- 18:29, 26 November 2022 (diff | hist) . . (+12) . . m cpp/language/sizeof (Changed spacing to make the code easier to read)
- 17:01, 26 November 2022 (diff | hist) . . (+1,580) . . cpp/language/sizeof (Example didn't include the important fact that the sizeof (array) changes to sizeof (pointer) when the array is passed a function G(int[10]). Also didn't mention that sizeof F(a) does not evaluate F. Added these.)
- 07:57, 15 September 2022 (diff | hist) . . (+314) . . cpp/language/constexpr (Added example of constexpr array)
- 18:21, 1 September 2022 (diff | hist) . . (+455) . . cpp/container/array (Added See also items and added empty initialization example see c/language/initialization#Empty initialization)
- 17:50, 1 September 2022 (diff | hist) . . (+113) . . c/language/array initialization (Added ==See also== section)
- 15:02, 31 August 2022 (diff | hist) . . (+4) . . cpp/container/priority queue (Replaced begin(data), end(data) with data.begin(), data.end())
- 14:39, 31 August 2022 (diff | hist) . . (+535) . . cpp/container/priority queue (Added another way to create a min pq)
- 14:00, 31 August 2022 (diff | hist) . . (+456) . . cpp/container/priority queue (Changed print_queue() so that it now also prints the name of the queue that passed to it. Also printed the input to the priority_queues (i.e. the data array))
- 20:43, 26 May 2022 (diff | hist) . . (-78) . . cpp/numeric/math/div (Replaced 2 by 10 in example because division and multiplication by 10 is easier and clearer)
- 20:34, 26 May 2022 (diff | hist) . . (+85) . . cpp/numeric/math/div (Added assert() verifying the two other guaranteed conditions: dv.quot == dividend / divisor and dv.rem == dividend % divisor)
- 20:23, 26 May 2022 (diff | hist) . . (+376) . . cpp/numeric/math/div (Added examples where dividend and/or divisor being negative. Added assert statement to clarify the relationship between the variables.)
- 19:39, 26 May 2022 (diff | hist) . . (+455) . . cpp/numeric/math/div (Gave a clearer, simpler example. Computing both the quotient and remainder (i.e. what std::div() does) is called Euclidean division BTW. https://en.wikipedia.org/wiki/Euclidean_division)
- 06:40, 24 May 2022 (diff | hist) . . (+61) . . cpp/keyword/and (Added link to cpp/language/operator_logical)
- 06:35, 24 May 2022 (diff | hist) . . (+54) . . User:Mgkrupa
- 11:12, 12 May 2022 (diff | hist) . . (+25) . . N User:Mgkrupa (Created page)
- 11:03, 12 May 2022 (diff | hist) . . (+147) . . cpp/string/basic string/operator ltltgtgt (Added to example)
- 17:33, 12 April 2022 (diff | hist) . . (-3) . . m cpp/language/floating literal
- 17:14, 12 April 2022 (diff | hist) . . (+99) . . cpp/language/floating literal
- 15:10, 12 April 2022 (diff | hist) . . (+255) . . cpp/language/floating literal
- 10:26, 12 April 2022 (diff | hist) . . (+19) . . cpp/language/floating literal
- 10:25, 12 April 2022 (diff | hist) . . (+139) . . cpp/language/floating literal (Showed full value)
- 09:38, 12 April 2022 (diff | hist) . . (+960) . . cpp/language/floating literal (Added example of long double literal. Added examples showing that the actual value of a literal may be different from what the programmer wrote (e.g. assert(3.402'823'4e38f == 3.402'823'5e38f); and also the examples truncating to 0))
- 14:13, 1 April 2022 (diff | hist) . . (+300) . . cpp/language/sizeof (Added sizeof(CharShortChar) = 6 for contrast to sizeof(CharIntChar) = 12)
- 13:24, 1 April 2022 (diff | hist) . . (+165) . . cpp/language/sizeof (Added size(IntCharChar))
- 12:34, 1 April 2022 (diff | hist) . . (+166) . . cpp/language/sizeof (Added sizeof(CharChar) = 2 for contrast to sizeof(CharCharInt) = 8 to demonstrate padding.)
- 12:21, 1 April 2022 (diff | hist) . . (+650) . . cpp/language/sizeof (Added to example to demonstrate that the sizeof a class can depend on the order of its member variables. Also gave a better description of the 2 instances of "size of array of 10 int" (before, their description used "(2)" to distinguish them).)
- 08:28, 23 March 2022 (diff | hist) . . (-1) . . Template:cpp/container/max size
- 08:27, 23 March 2022 (diff | hist) . . (-332) . . Template:cpp/container/max size (Undo revision 139033 by Mgkrupa (talk))
- 08:26, 23 March 2022 (diff | hist) . . (+332) . . Template:cpp/container/max size
- 08:18, 23 March 2022 (diff | hist) . . (+153) . . Template:cpp/container/max size
- 08:06, 23 March 2022 (diff | hist) . . (+246) . . Template:cpp/container/max size
- 08:01, 23 March 2022 (diff | hist) . . (+64) . . Template:cpp/container/max size
- 10:32, 14 June 2021 (diff | hist) . . (+178) . . cpp/language/pointer (Clarified patterns in examples)
- 13:40, 15 April 2021 (diff | hist) . . (+60) . . cpp/named req/Compare (See also)
- 13:33, 15 April 2021 (diff | hist) . . (+29) . . m cpp/language/operator comparison (See also)
- 21:31, 15 January 2020 (diff | hist) . . (+3) . . m cpp/language/declarations (Fix)
- 17:26, 12 January 2020 (diff | hist) . . (+337) . . cpp/iterator/advance (Added possible implementations section)
- 17:24, 12 January 2020 (diff | hist) . . (+337) . . cpp/iterator/distance (Added possible implementations section)
- 18:50, 11 January 2020 (diff | hist) . . (+24) . . cpp/language/declarations (Added details)
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)