The classic casting a char to an int problemHi so I'm trying to cast/convert a char that I know will always be a number to an int. I'm given a v...
Expanding an ArrayOk I got it now. Rather then have a hard codded array (items[]) I need a pointer and do something li...
Expanding an ArrayAlright my first though was to change the items array declaration to [code] T* items[DEFAULT_INITI...
Expanding an ArrayOk so this is a school exercise so I know a vector would be more appropriate but I’m required to u...
Getting error C2259 "cannot instantiate abstract class"Thanks, I got it worked out.
This user does not accept Private Messages