In C++, what is the benefit of using typedefs in a program? Here is an exmaple line of code:
typedef double value_type;
Does this mean that value_type therefore gets used throughout the program as a specified description for a double? Why can't we just use double always?
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here