Sunday, November 13, 2011

Help with c++ program?

2. In your functions you may not use array syntax like "[]". You must instead use pointer syntax like "*" and "&". You may also not go through an array by index; instead use pointer arithmetic.

No comments:

Post a Comment