[
Post New Message |
Post Reply to this One |
Send Private Email to Steve Heller |
Help
]
Response to #include string.h and #include "string6.h" , item20.cc, More C++
from Steve Heller (stheller@koyote.com)
Actually, string6.h is the declarations for my C++ string class,
whereas string.h is the header that declares the old C-style
"string" (actually char*) operations, some of which are used in the
implementation of my string class. That's why both of them are
necessary.
(posted 9749 days ago)
[
Previous |
Next
]