cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
help me
help me
Mar 1, 2013 at 8:35pm UTC
ramsavi
(21)
what does this exactly mean
collect_stats[rec_type] += atoi(rec_count)
Mar 1, 2013 at 9:41pm UTC
toum
(353)
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.