I need to know how to get the current year from the computer and use it in an equation.
(sample: Car_age = make_year - current_year). I wanna make it so the pro gram uses the computer date if possiable so that it does not have to be updated every year.
http://www.cplusplus.com/reference/clibrary/ctime/localtime/
http://www.cplusplus.com/reference/clibrary/ctime/tm/