I want to implement a function with a parameter that will receive a string
result:
bool function (entry parameter, std::ostringstream & var)
I'm not sure about what it is, pointer ?
Should I do something special about it or just: var << result
?
The return value is boolean
but we will need var
after