Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

max cplus plus

#include <algorithm> // these two line of code should bw included
using namespace std;
class RandomClass
{
	int Functions(int a,int b)
	{
		return max(a,b);
	}
};
Source by www.cplusplus.com #
 
PREVIOUS NEXT
Tagged: #max #cplus
ADD COMMENT
Topic
Name
3+9 =