Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~95 People Reached
Favorite Forums
Favorite Tags
Member Avatar for jnr05a

Hi, I've been stuck on this for a while and need some help. My program is supposed to do what this blurb of c++ does: [CODE] int add(short * a, const short *b, const short *c, int n) { for (int i=0; i<n; i++) a[i] += b[i] + c[i] + …

Member Avatar for jnr05a
0
95