cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Homework Assignment - Paypal $40-
Homework Assignment - Paypal $40-
May 24, 2015 at 3:25am UTC
pgccrip
(2)
Please Close Thanks
Last edited on
May 24, 2015 at 1:22pm UTC
May 24, 2015 at 3:30am UTC
closed account (
yR9wb7Xj
)
LOL! Good Luck.
May 24, 2015 at 3:33am UTC
pgccrip
(2)
Have to give it a shot right lol
May 24, 2015 at 3:54am UTC
JLBorges
(13770)
Free (as in FreeBSD):
strcpy:
https://svnweb.freebsd.org/base/release/10.1.0/lib/libc/string/strcpy.c?view=markup
strcmp:
https://svnweb.freebsd.org/base/release/10.1.0/lib/libc/string/strcmp.c?view=markup
strcat:
https://svnweb.freebsd.org/base/release/10.1.0/lib/libc/string/strcat.c?view=markup
strlen (interesting):
https://svnweb.freebsd.org/base/release/10.1.0/lib/libc/string/strlen.c?view=markup
If you are going to do a copy and paste job, without understanding the code and then rewriting it on your own, make sure that your submission contains the copyright notice.
Topic archived. No new replies allowed.