help me

what does this exactly mean

collect_stats[rec_type] += atoi(rec_count)
rec_count is apparently a number that was written in text format.
This line adds the value of rec_count into the array collect_stats at the index indicated by rec_type.
Topic archived. No new replies allowed.