User profile: hornet7288

User info
User name:hornet7288
History
Joined:
Number of posts:15
Latest posts:

Copying a vector to a string array
I was going to put the vector output in a string and then have the evaluateExpression function deter...

Copying a vector to a string array
I am working on a homework problem and am stuck on something. My program is supposed to take an expr...

tokenizing issue
Thanks krako! Looks like stringstream was the way to go.

tokenizing issue
Yea that was what I intended to do. Otherwise I am not sure how I would strip the symbols and digits...

tokenizing issue
I am writing a program for class which takes an expression as input and then prints out the numbers ...