Name: Anonymous 2011-10-06 9:06
Any code you work with right now, and we'll criticize it(or not).
13 * sizeof(char). If I had used pointers that'd be 7 * sizeof(char*) which is bigger on most architectures. The last alternative is using a Win32-like multistring but then retrieval would be slower.