can someone explain the difference between the foll declarations?
1. const T *pEle;
2. T * const pEle ;
3. const T * const pEle;
Thnx in Advance!
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Thread: pointer delcarationThreaded View
|
Click Here to Expand Forum to Full Width |