From: James W Sager Iii Newsgroups: comp.os.msdos.djgpp Subject: ? Functions recieving strings? Date: Mon, 23 Mar 1998 18:40:48 -0500 Organization: Junior, MCS Undeclared, Carnegie Mellon, Pittsburgh, PA Lines: 43 Message-ID: <0p5jA0_00YUt1EQ0c0@andrew.cmu.edu> NNTP-Posting-Host: po9.andrew.cmu.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I'm having a serious trouble in programming. I'm passing a string to a function and the function isn't always getting the correct string... Ie (Not exact example): #include "iostream.h" void function1(char *my_string); void function2(char my_string[]); void function1(char *my_string) { cout<