I find it quite easy to always use force triangles when given problems like this since its always easy to make mistakes when resolving( you have more equations obviously high chances of sign mistakes)... wherez you could pplug all the values in one geometric equation and instantly find the...
Homework Statement
I am solving a problem in which I am reading numbers from cells in a csv file, I used getline to get strings from the csv file then converted the string to an integer... but the getline seemingly discards the last cell in the csv file
Homework Equations
this my C++...