¡@

Home 

c++ Programming Glossary: someptr

Declaring pointers; asterisk on the left or right of the space between the type and name? [duplicate]

http://stackoverflow.com/questions/2660633/declaring-pointers-asterisk-on-the-left-or-right-of-the-space-between-the-type

put the asterisk adjacent the type name like so someType somePtr The second way is to put the asterisk adjacent the name of the.. adjacent the name of the variable like so someType somePtr This has been driving me nuts for some time now. Is there any.. of a holy war just like brace style. The style someType somePtr is emphasizing the type of the pointer variable. It is saying..