home *** CD-ROM | disk | FTP | other *** search
- From: nider@mavenry.UUCP
- Path: sparky!uunet!nwnexus!jhgrud!eskimo!mavenry
- Newsgroups: comp.lang.c
- Sender: gateway@mavenry.UUCP
- Subject: adding strings together
- Message-ID: <83017@mavenry.UUCP>
- X-CitNet-ID: 83017
- Date: Sun, 03 Jan 93 13:52:42 GMT
- Lines: 4
-
- can't you just add strings together with a +, like:
-
- string3=string1+string2
-
-