reset password
Author Message
jcalilu
Posts: 20
Posted 17:42 Feb 17, 2016 |

For Keenan's class, is the private data for dynamic array of chars unsigned? I am trying to use the read/write methods but they do not accept unsigned char arrays. Are we suppose to manipulate the characters in the dynamic array?

aaleman11
Posts: 42
Posted 17:44 Feb 17, 2016 |

.

Last edited by aaleman11 at 17:48 Feb 17, 2016.
kknaur
Posts: 540
Posted 17:47 Feb 17, 2016 |
Its a signed char array. The read and write functions only accept signed char
aaleman11
Posts: 42
Posted 17:48 Feb 17, 2016 |

Sorry, I thought you were doing today's homework, as I'm finishing that up myself. Sorry about that.