|
It only wouldn't work if the array based string contained \0 in a nonterminal position. Just write your own string comparison routine. Like AD says, it's not hard. If that's too much trouble take the length of the null terminated string and stop whining. You probably don't need the extra speed anyway.
|
| # ¿ Dec 31, 2009 22:54 |
|
|
| # ¿ May 24, 2013 19:58 |
|
Maybe strings aren't the best data structure. Look at ropes maybe?
|
| # ¿ Jan 14, 2010 23:52 |
|
Schweinhund posted:Is there an easier way to write this? code:
|
| # ¿ Feb 16, 2010 18:32 |
|
If you are forced to duplicate documentation stupidly you could always write a script to extract the doxygen comments from the pair of files and run them through diff to at least let you know when they've gone out of sync.
|
| # ¿ Mar 24, 2010 19:09 |




