cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
header
header
Nov 28, 2011 at 4:11pm UTC
B031110034
(42)
#include<string> & #include<ctring> //what different?
Nov 28, 2011 at 4:15pm UTC
hamsterman
(4538)
http://cplusplus.com/reference/clibrary/cstring/
http://cplusplus.com/reference/string/
Nov 28, 2011 at 4:17pm UTC
Peter87
(11234)
<string> is the C++ string header with std::string
<cstring> is the C++ version of the C header <string.h> and contains the C string functions like strcpy
Topic archived. No new replies allowed.