|  | Some C/C++ tips for experienced programmers |  | |
| | | tmhdev |  |
| Posted: Sun Sep 14, 2008 9:41 am Post subject: Some C/C++ tips for experienced programmers |  |
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
-- [ See LINK for info about ] [ comp.lang.c++.moderated. First time posters: Do this! ] |
| |
| | | Robert Kindred |  |
| Posted: Mon Sep 15, 2008 11:19 pm Post subject: Re: Some C/C++ tips for experienced programmers |  |
| Quote: | I found some useful tips about C/C++ and want to share with you. Sorry if it bothers you.
Tips for better Coding Style: LINK Tips for better Memory Management: LINK Tips for Performance Enhancements LINK Tips for STL LINK Tips for STL and Generic Programming LINK
|
Unless some operators built with double quotes have snuck in without my knowing it, there is some kind of character translation problem going on here.
int n=pa-"*pmi; // This is given in one of the tips // as using a pointer to a member. // Is this corrrect?
Robert Kindred
-- [ See LINK for info about ] [ comp.lang.c++.moderated. First time posters: Do this! ] |
| |
| | | Guest |  |
| Posted: Tue Sep 16, 2008 10:29 pm Post subject: Re: Some C/C++ tips for experienced programmers |  |
| Quote: | Unless some operators built with double quotes have snuck in without my knowing it, there is some kind of character translation problem going on here.
int n=pa-"*pmi; // This is given in one of the tips // as using a pointer to a member. // Is this corrrect?
|
These posts are just spam.
Sean
-- [ See LINK for info about ] [ comp.lang.c++.moderated. First time posters: Do this! ] |
| |
|
|