What is the standard way to name a temp variable in the local function? let me give you an illustration of what I am doing. I get a pointer to a structure, so I want store one o
I use m_ for member variables and do not use any prefixes for the local variables. So in this case it would be double d;
double d;