You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am really struggling with the separating of the fractions part in order for them to be interpreted by c++ correctly. I was wondering if there was a simple way of doing this
The text was updated successfully, but these errors were encountered:
Once you have it as a string, cpp has string find, and split which can help you get each part of the fraction.
For reference for the functions look at https://www.cplusplus.com/reference/string/string/
Hi, I am really struggling with the separating of the fractions part in order for them to be interpreted by c++ correctly. I was wondering if there was a simple way of doing this
The text was updated successfully, but these errors were encountered: