Performance
Prev
Chapter 25. Strings
Next
Performance
Avoid copying strings. Use pointers instead.
Avoid repeated use of strlen().
Code Examples