Click here to Skip to main content
15,891,864 members

Articles by KingsGambit (Article: 1, Tip/Trick: 1)

Article: 1, Tip/Trick: 1

RSS Feed

Average article rating: 4.67

Desktop Programming
MFC
2 Aug 2001   Updated: 25 Sep 2001   Rating: 4.67/5    Votes: 10   Popularity: 4.21
Licence: Not specified    Views: 169,163     Bookmarked: 31   Downloaded: 0
Please Sign up or sign in to vote.
This article is about safe and easy way to use BSTR using the CString class.

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.53

Programming Languages
C
12 Jan 2010   Updated: 12 Jan 2010   Rating: 4.53/5    Votes: 9   Popularity: 4.32
Licence: CPOL    Views: 14,170     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
When we look at pointer declarations, reading from right-to-left gives a better idea about what the pointer actually points to. Consider const int * p; if we read right to left: p -> * -> int -> const. i.e. 'p is a pointer to an integer constant' rather than 'constant integer pointer' (if we...

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Technical Lead
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.