I need C++ code for my web application that will acceptinformation from the user and save it and send it to a file on thedesktop. The information needed will be age, weight, number ofalcoholic beverages consumed and the weather at the time(windy,raining or sunny). Please use re-usable code in the form of classesand/or functions used. And the code must be in C++ Microsoft VisualStudio. Please ensure that error handling and authentication are inplace in the code. Also if you can in-code commenting would begreat.
Solution