
-----------------------------------
hamid1455
Sun Mar 31, 2013 1:04 pm

cout with pointers
-----------------------------------
Say I have a pointer like this:

double meow = 0;
double * pDouble = &meow;

Then cout 