User contributions for Oli
10 May 2017
- 09:4809:48, 10 May 2017 diff hist +99 cpp/filesystem/path/stem Explain simply what **stem** means
22 July 2016
- 23:0423:04, 22 July 2016 diff hist −128 Cppreference:FAQ Remove link to C++11 on ANSI webstore because C++11 standard has also been withdrawn at ANSI
18 July 2016
- 18:1818:18, 18 July 2016 diff hist +1 m cpp/filesystem/rename Add final ;
16 July 2016
- 22:0922:09, 16 July 2016 diff hist +6 cpp/experimental/fs/rename Use "std::" to create a link to "std::error_code" (Add also missing ";")
2 November 2015
- 15:5115:51, 2 November 2015 diff hist +125 cpp/language/alignof →Note: Add max_align_t as having the strictest alignment
- 14:2514:25, 2 November 2015 diff hist +119 cpp/language/alignof →Explanation: Restore note removed by User:Cubbi on 15-Jan-2014 http://en.cppreference.com/mwiki/index.php?title=cpp/language/alignof&diff=next&oldid=67001
- 14:0314:03, 2 November 2015 diff hist +257 cpp/language/alignof →Example: Add `alignas(64) Empty` and `alignas(1) Double`
25 March 2015
- 09:2309:23, 25 March 2015 diff hist +36 cpp/io/manip/setw →See also: Add links to std::left, std::right, std::internal
17 March 2015
- 16:0516:05, 17 March 2015 diff hist +41 cpp/string/byte/memcpy →See also: std::memset
- 16:0416:04, 17 March 2015 diff hist +37 cpp/string/byte/memset →See also: std::fill
- 16:0216:02, 17 March 2015 diff hist +37 cpp/algorithm/copy →See also: std::fill
- 16:0116:01, 17 March 2015 diff hist +37 cpp/algorithm/fill →See also: std::copy
3 March 2015
- 15:1915:19, 3 March 2015 diff hist +35 m cpp/language/enum align "break;" and use unique variable names
26 February 2015
- 13:2913:29, 26 February 2015 diff hist +7 m c/io/fprintf →Note: minor cosmetic changes in snprintf(NULL,0...) example code
- 13:2813:28, 26 February 2015 diff hist +755 Talk:c/io/fprintf VLA not in C++
20 February 2015
- 16:4516:45, 20 February 2015 diff hist +2,981 N Talk:c/io/fprintf →snprintf(0,0,format,...) seems correct and used to know the required buffer size: new section
22 July 2014
- 09:3809:38, 22 July 2014 diff hist +5 m Talk:cpp/utility/functional/ref This -> The above current
- 09:3709:37, 22 July 2014 diff hist −1 m Talk:cpp/utility/functional/ref veasy -> easy
- 08:1208:12, 22 July 2014 diff hist +252 N User:Oli short presentation current
21 July 2014
- 16:1416:14, 21 July 2014 diff hist +68 Talk:cpp/utility/functional/ref →Example: Propose an example easier to understand
- 16:1316:13, 21 July 2014 diff hist +707 N Talk:cpp/utility/functional/ref →Example: new section
12 March 2014
- 11:2711:27, 12 March 2014 diff hist 0 m cpp/string/basic string/compare 'pas' -> 'pos'
28 February 2014
- 14:2514:25, 28 February 2014 diff hist +53 cpp/types/climits →See also: add link Fixed width integer types
- 14:2414:24, 28 February 2014 diff hist +238 cpp/types/numeric limits →See also: new section to link to Arithmetic types
- 14:2114:21, 28 February 2014 diff hist +185 cpp/types/climits →See also: new section to link to Arithmetic types
- 14:0914:09, 28 February 2014 diff hist +60 m cpp/language/types →See also: "cv" means "const-volatility"
- 14:0714:07, 28 February 2014 diff hist +185 c/types/integer →See also: new section to link to Arithmetic types
9 January 2013
- 10:0210:02, 9 January 2013 diff hist +149 cpp/container/vector bool/flip →See also: std::bitset::flip()
8 January 2013
- 13:5313:53, 8 January 2013 diff hist +10 cpp/container/vector bool/flip →Overview: Use "toggle" instead of "replace"
- 13:4413:44, 8 January 2013 diff hist +1 m cpp/container/vector bool →Notes: does not fulfill one container requirement (ForwardIterator) because of proxy reference use
- 13:2713:27, 8 January 2013 diff hist +636 cpp/container/vector bool an