cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Average function
Average function
May 20, 2010 at 7:04am UTC
Antwerp
(1)
Hello. Pls let me know Is there an average function in C++ library or I must code by myself?
Last edited on
May 20, 2010 at 7:06am UTC
May 20, 2010 at 7:44am UTC
Denis
(350)
I use std::accamulate and then result of this function I devide by count of array elements
Topic archived. No new replies allowed.