Tuesday, April 17, 2012

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.

0 comments:

Post a Comment