|
Hmm I get the same errors after including it still...
EDIT
oops I didnt know there was a diffrence between string.h and string I thought they were the same and you just put the .h ending depending on your compiler.
gets ( ); doesnt work now, it says it cant convert string to *char.
EDIT
getline (cin, note);
worked, and now everything so far is working, now I want to make a wordwrap which im sure will be hella hard to do, but the text spacing out as odd as it is right now, half of a word on one like and 2 letters on the next is getting annoying, and starting a line out with a space is getting annoying... so is it even worth it to try to write a word wrapper?
Last edited by brokenhope; Apr 26th, 2005 at 9:08 PM.
|