Search found 61 matches

by bugmenot
Sun Dec 07, 2008 7:13 pm
Forum: Programming Discussion
Topic: leave C++ strings. get on the char* boat.
Replies: 17
Views: 2394

Re: leave C++ strings. get on the char* boat.

there are many str functions in C, strcmp() strcat() and so on. there are your friends, they are faster than C++ gaybo functions. Personally, I much prefer the robustness of the C++ string object over error prone C string libraries as it means I can spend more time actually programming rather then ...