let say i have a file with the following information:
Name: Luis
Age: 18
height: 5,11
weight: 155
I want to extract his name and input that into a string variable, same thing with age, weight and height.
im new to c++ so i dont know how to go about doing this. any suggestions??
New contributor
Damian Montes Vargas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.