Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #107.55K
~18.5K People Reached
Favorite Forums
Favorite Tags
c++ x 1

1 Posted Topic

Member Avatar for mathgirlgrade6

If you are passing an array to a function, here are some standard techniques in C/C++: 1. pass a 2nd argument with array length (very common, especially in C, e.g. main()) 2. use std template library (all of them have .size() operations) (very common) 3. only pass arrays of pointers …

Member Avatar for Donald_6
0
19K

The End.