View Single Post
Old Apr 26th, 2005, 7:59 PM   #14
brokenhope
Hobbyist Programmer
 
Join Date: Apr 2005
Posts: 126
Rep Power: 4 brokenhope is on a distinguished road
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.
brokenhope is offline   Reply With Quote