View Single Post
Old 02-24-2017, 01:15 PM   #14
Tunca
Human being with feelings
 
Join Date: Apr 2016
Posts: 264
Default

Thanks for reply,stw.

Solved it.Included algorithm and used std::max instead of MAX.

#include <algorithm>

std::max()
Tunca is offline   Reply With Quote