I've seen these, what appear to be functions in c++ code but I have no idea what they do or what they are, they appear to do similar things to typecasts, but they don't look like typecasts, so what are they?
They look like this: int(x)
where x
is some numeric input, I've been looking around online but I haven't been able to find any information about them (probably because I don't know what they're called).
Any help?