Hey guys. Just wondering about something...
Where do MOST professional programmers place their derefence operators (*)?Code:int* pA = NULL; int * pB = NULL; int *pC = NULL;
Also, is intialising a pointer to NULL a bad practice/habit to get into?
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 13 of 13
Threaded View
|
Click Here to Expand Forum to Full Width |