User profile: TimL

User info
User name:TimL
Name:Tim L
Location:North Carolina
History
Joined:
Number of posts:24
Latest posts:

Pulling numbers out of strings so they can be manipulated and returned to the string
@Cubbi So stringstream handles the type conversion implicitly through overloading the insertion and ...

Pulling numbers out of strings so they can be manipulated and returned to the string
@hamsterman [quote]see http://cplusplus.com/reference/iostream/stringstream/[/quote] Is there any f...

Pulling numbers out of strings so they can be manipulated and returned to the string
We went into greater detail about strings in class the other day, and it brought up a potential prob...

Continue with program only if condition is met
A simple, though probably inelegant, way to do this is to use your [code]||[/code] and [code]&&[/cod...

Program crashing when reading from file
Yep, it was indeed a problem with the [code]string[/code] data member. Once I changed it to a fixed-...