Forum: Python Apr 6th, 2009 |
| Replies: 3 Views: 623 You might find this is interesting: http://www.paulbutler.org/archives/python-debugging-with-decorators/ |
Forum: C++ Nov 27th, 2007 |
| Replies: 9 Views: 834 Hope you figured this out already. If not, what basically you need to do is use "get" or "ignore" to eat the word before the number, then you can do your summation as usual. |
Forum: C++ Nov 26th, 2007 |
| Replies: 9 Views: 834 What result are you expecting from the example data? 2004? |
Forum: C++ Nov 26th, 2007 |
| Replies: 9 Views: 834 |