Menu

std::string toString()

Platon Efimov

std::string toString()

Description:

This function get string variable.

Example:

fraction a(-2, 3);

std::cout << a.toString();

Output:

-2/3