Da Zheng, le Fri 22 Aug 2008 11:55:52 +0200, a écrit : > I wonder why strstr() is harmful.
Because it's far less efficient than strchr. Try to implement strstr and strchr yourself without the help of strcmp. Samuel
Da Zheng, le Fri 22 Aug 2008 11:55:52 +0200, a écrit : > I wonder why strstr() is harmful.
Because it's far less efficient than strchr. Try to implement strstr and strchr yourself without the help of strcmp. Samuel