Re: [Dev-C++] Dev-cpp-users Digest, Vol 34, Issue 2
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
From: Bruce F. (S. Orkney) <ric...@bt...> - 2009-03-05 16:02:16
|
From: Alexsandro Meireles <mei...@gm...> > Subject: [Dev-C++] Tokenize function > To: "Dev C++" <dev...@li...> > Message-ID: > <89a...@ma...> > Content-Type: text/plain; charset="iso-8859-1" > > Dear all, > > I have build a function to tokenize a sentence and to return the words in my > main function. It seems ok, but it's not working the way I intend. You are passing the string into the function by value and not by reference. -- Bruce Fletcher Stronsay, Orkney UK <http://claremont.islandblogging.co.uk> |