X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: tmh Newsgroups: comp.os.msdos.djgpp Subject: Some C/C++ tips for experienced programmers Date: Mon, 22 Sep 2008 23:00:44 -0700 (PDT) Organization: http://groups.google.com Lines: 13 Message-ID: <61d1d9ee-b990-4cb2-b5c9-f4a6496649b6@v39g2000pro.googlegroups.com> NNTP-Posting-Host: 210.245.32.100 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1222149644 26351 127.0.0.1 (23 Sep 2008 06:00:44 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Tue, 23 Sep 2008 06:00:44 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: v39g2000pro.googlegroups.com; posting-host=210.245.32.100; posting-account=4UQ6iwoAAAAtiIHEaYgLMWc0O5Bi2uXz User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.30 Safari/525.13,gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I found some useful tips about C/C++ and want to share with you. Sorry if it bothers you. Tips for better Coding Style: http://tmh-coding-tips.blogspot.com/2008/09/cc-guidelines-for-better-coding-style.html Tips for better Memory Management: http://tmh-coding-tips.blogspot.com/2008/09/cc-tips-for-better-memory-management.html Tips for Performance Enhancements http://tmh-coding-tips.blogspot.com/2008/09/cc-tips-for-performance-enhancements.html Tips for STL http://tmh-coding-tips.blogspot.com/2008/09/cc-tips-for-stl.html Tips for STL and Generic Programming http://tmh-coding-tips.blogspot.com/2008/09/cc-tips-for-stl-and-generic-programming.html