User contributions for Amirk
26 March 2022
- 18:2218:22, 26 March 2022 diff hist +51 cpp/container No edit summary
11 January 2022
- 19:0719:07, 11 January 2022 diff hist +482 cpp/language/default constructor adding into the example: copy ctor preventing the generation of default ctor
11 December 2021
- 21:3921:39, 11 December 2021 diff hist +1 m cpp/language/enum missing one "=" symbol in the output of the last example
21 May 2021
- 11:2411:24, 21 May 2021 diff hist −2 m cpp/iterator/reverse iterator No edit summary
- 11:1611:16, 21 May 2021 diff hist +2 cpp/iterator/reverse iterator fixed the possible implemetation
- 10:4310:43, 21 May 2021 diff hist −110 cpp/iterator/reverse iterator Possible implementation snippet changes
- 10:0310:03, 21 May 2021 diff hist +415 cpp/iterator/reverse iterator Changed the example, previous example is more relevant for rbegin, which has a similar example. The new example shows how to use reverse_iterator as a decorator and not only as a type
- 09:5609:56, 21 May 2021 diff hist +746 cpp/iterator/reverse iterator No edit summary
12 March 2021
- 06:5606:56, 12 March 2021 diff hist +594 cpp/string/basic string added example
7 January 2021
- 19:2419:24, 7 January 2021 diff hist +949 cpp/concepts/derived from added example
7 December 2020
- 21:0121:01, 7 December 2020 diff hist +1 Template:cpp/thread/example lock tag No edit summary
- 21:0021:00, 7 December 2020 diff hist +72 Template:cpp/thread/example lock tag No edit summary
31 May 2020
- 13:0913:09, 31 May 2020 diff hist +38 cpp/types/aligned storage added "see also" to std::launder
13 May 2020
- 09:3509:35, 13 May 2020 diff hist +626 cpp/language/consteval added some relevant examples for OK cases and error cases
12 January 2020
- 23:0723:07, 12 January 2020 diff hist +394 Talk:cpp/memory/c/malloc →calling the destructor of std::string: new section
11 August 2019
- 10:3810:38, 11 August 2019 diff hist +22 cpp/language/range-for Temporary range-expression: the example that the c++20 syntax aims to solve is not specific to c++20
29 June 2016
- 17:0717:07, 29 June 2016 diff hist +926 cpp/utility/optional added example (compiles only if you add the ::experimental for namespace and experimental/ for include)
- 14:4614:46, 29 June 2016 diff hist +62 cpp/iterator/iterator No edit summary
- 14:4114:41, 29 June 2016 diff hist +86 cpp/iterator/iterator No edit summary
- 14:3214:32, 29 June 2016 diff hist +1 User talk:T. Canens No edit summary
- 14:3014:30, 29 June 2016 diff hist +793 User talk:Cubbi No edit summary
- 13:0813:08, 29 June 2016 diff hist +5 N User talk:Amirk Created page with "Hi..." current
- 13:0113:01, 29 June 2016 diff hist +789 User talk:T. Canens No edit summary
- 12:0412:04, 29 June 2016 diff hist +1,589 cpp/iterator/iterator added example
- 07:5307:53, 29 June 2016 diff hist +3,021 cpp/iterator/iterator traits Added example for implementing user defined iterator traits
27 June 2016
- 14:0314:03, 27 June 2016 diff hist +1,384 cpp/memory/enable shared from this added Wrong Usage Example - important since many programmers fail with that
15 March 2016
- 00:4700:47, 15 March 2016 diff hist +215 m Template:cpp/thread/future/get better formatting of the example output
- 00:2500:25, 15 March 2016 diff hist +1,327 Template:cpp/thread/future/get added an example