Date | Score | |
---|---|---|
std::vectors, not dynamic arrays! | Dec 24, 2013 Updated: Jul 25, 2014 | 4.6/5 (18 votes) |
Why system() is evil Categories: Standard Library, Tips and Tricks | May 19, 2009 Updated: May 19, 2009 | 4.5/5 (226 votes) |
Prefer std solutions over hand written copycats Categories: Standard Library | May 10, 2009 | 4.4/5 (21 votes) |
Simple port scanner | Apr 16, 2013 Updated: Apr 17, 2013 | 4.4/5 (95 votes) |
stdiostream Categories: Standard Library | Apr 14, 2010 Updated: Apr 22, 2010 | 4.2/5 (14 votes) |
Subnet Calculator | Feb 17, 2013 Updated: Mar 2, 2013 | 4.1/5 (39 votes) |
Random number generator | Jan 17, 2012 Updated: Jan 17, 2012 | 4.1/5 (988 votes) |
Keep the console open long enough to see your program's output | Jan 28, 2009 Updated: Jan 31, 2009 | 4.1/5 (58 votes) |
Masking password input | Nov 7, 2009 Updated: Jan 29, 2012 | 3.9/5 (57 votes) |
How to parse command line parameters. | Aug 7, 2009 Updated: Jul 5, 2013 | 3.8/5 (286 votes) |
paranthesis checker Categories: Standard Library | Jan 7, 2012 Updated: Jan 7, 2012 | 3.8/5 (30 votes) |
Using cin to get user input. Categories: Standard Library | Dec 1, 2008 Updated: Feb 10, 2009 | 3.8/5 (56 votes) |
How to split text into two or more characters | Aug 10, 2012 Updated: Aug 10, 2012 | 3.7/5 (74 votes) |
PowerBall Lottery Simulator Revamped | Mar 14, 2014 Updated: Mar 14, 2014 | 3.7/5 (85 votes) |
Recursion | Jun 21, 2013 Updated: Jun 25, 2013 | 3.7/5 (754 votes) |
strtok uses Categories: Standard Library | Oct 15, 2008 | 3.6/5 (13 votes) |
map< string, Obj > vs map< string, Obj* > Categories: Standard Library, Language Features | May 20, 2011 | 3.4/5 (37 votes) |
Improving type safety and security with sequence containers Categories: Standard Library, Language Features | Mar 14, 2010 Updated: Jul 13, 2011 | 3.2/5 (5 votes) |
My way to make a game map in the console. Categories: Graphics and multimedia, Standard Library | Mar 16, 2010 | 3.0/5 (54 votes) |
how can i use command line in my application? | Jul 9, 2013 Updated: Aug 25, 2013 | 3.0/5 (43 votes) |