Re: [Boost-Users] memcmp, strlen, strcmp not found in string.h?
27 Jan
2002
27 Jan
'02
12:24 a.m.
My question: Why aren't they in STLPort's string.h? Is it a voluntary omission, and if so, why? Should I talk to the guys who created Boost instead? Should I be asking this on the developer's mailing list?? =)
If I am not mistaken, the standard C functions would be in the the standard C include files, not the C++ files. So: strlen would be in <cstring> the string class would be in <string> Note that the new include style does not have the .h at the end. HTH Woolie
8340
Age (days ago)
8340
Last active (days ago)
0 comments
1 participants
participants (1)
-
Steven Woolgar