If you were to look at this code,
int x = 0; function(x); std::cout << x << \'\\n\';
you would not be able to verify through any me
Many (most) IDE's help you with this problem by displaying the function/method prototype(s) once they figure out which function you are calling.