Author | Message |
---|---|
cysun
Posts: 2935
|
Posted 15:40 Apr 17, 2011 |
100 |
abess
Posts: 26
|
Posted 16:20 Apr 17, 2011 |
Hey, I was just wondering professor, while testing our programs, one of the tags that you used for the example question you made was "C++". However, I didn't implement the conversion from the "++" symbol using %2B%2B (which I believe you asked us not to do). Should that be implemented in cs320Answers for HW2? Last edited by abess at
16:22 Apr 17, 2011.
|
cysun
Posts: 2935
|
Posted 16:27 Apr 17, 2011 |
No need. It's OK if your code doesn't work on special cases like that. |
abess
Posts: 26
|
Posted 16:28 Apr 17, 2011 |
Alrighty, thank you. |
Vanquish39
Posts: 134
|
Posted 20:23 Apr 17, 2011 |
I had this same question about 2 weeks ago. Check the posts for my name and the answer is in there. The + gets converted to a space. |