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
inc and dec of array
inc and dec of array
May 7, 2014 at 7:45pm UTC
yusufseedat
(32)
hi guys, how do i go about testing if an array is increasing?
i am entering weekly profits into a dynamic array and i need to then test weather weekly profits are increasing or decreasing
using visual studio
May 7, 2014 at 7:58pm UTC
fafner
(377)
What kind of dynamic array are you using? And do you want to test if the values in the array are increasing, or if the actual size of the array is increasing?
Topic archived. No new replies allowed.