Date | Score | |
---|---|---|
Why system() is evil Categories: Standard Library, Tips and Tricks | May 20, 2009 Updated: May 20, 2009 | 4.5/5 (664 votes) |
How to avoid bugs using modern C++ | Sep 16, 2016 Updated: Sep 16, 2016 | 4.3/5 (919 votes) |
std::vectors, not dynamic arrays! | Dec 24, 2013 Updated: Jul 25, 2014 | 4.3/5 (342 votes) |
Simple port scanner | Apr 16, 2013 Updated: Apr 17, 2013 | 4.3/5 (199 votes) |
stdiostream Categories: Standard Library | Apr 15, 2010 Updated: Apr 22, 2010 | 4.2/5 (20 votes) |
Random number generator | Jan 18, 2012 Updated: Jan 18, 2012 | 4.0/5 (1682 votes) |
Keep the console open long enough to see your program's output | Jan 28, 2009 Updated: Jan 31, 2009 | 4.0/5 (103 votes) |
How to parse command line parameters. | Aug 7, 2009 Updated: Jul 5, 2013 | 3.9/5 (1231 votes) |
Recursion | Jun 21, 2013 Updated: Jun 25, 2013 | 3.9/5 (2744 votes) |
Prefer std solutions over hand written copycats Categories: Standard Library | May 10, 2009 | 3.8/5 (36 votes) |
PowerBall Lottery Simulator Revamped | Mar 14, 2014 Updated: Mar 14, 2014 | 3.8/5 (224 votes) |
Subnet Calculator | Feb 17, 2013 Updated: Mar 3, 2013 | 3.8/5 (119 votes) |
Masking password input | Nov 7, 2009 Updated: Jan 29, 2012 | 3.8/5 (149 votes) |
Using cin to get user input. Categories: Standard Library | Dec 2, 2008 Updated: Feb 10, 2009 | 3.7/5 (83 votes) |
paranthesis checker Categories: Standard Library | Jan 7, 2012 Updated: Jan 7, 2012 | 3.6/5 (51 votes) |
How to split text into two or more characters | Aug 10, 2012 Updated: Aug 10, 2012 | 3.6/5 (132 votes) |
strtok uses Categories: Standard Library | Oct 15, 2008 | 3.5/5 (16 votes) |
Converting numbers to strings and strings to numbers Categories: Standard Library | Apr 6, 2009 Updated: May 19, 2009 | 3.3/5 (48 votes) |
map< string, Obj > vs map< string, Obj* > Categories: Standard Library, Language Features | May 20, 2011 | 3.3/5 (70 votes) |
Improving type safety and security with sequence containers Categories: Standard Library, Language Features | Mar 14, 2010 Updated: Jul 13, 2011 | 3.2/5 (13 votes) |