hallo friend iam dealing with strings in C and C++. I want to know how strcat(),strcpy()...etc functions are defined in the cstring library function.

Can we see the definition of these inbuilt library functions.

Please give me reply friends,

Thanks,
Rama

Exactly as in <string.h> but all names are in namespace std.

As usually, you may find all system headers in include directory of your compiler installation.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.