operator overloadingweird, it suddenly worked; I am using dev c++ and it has some issues. Tried also codeblocks but some...
operator overloadingHi, having trouble with understanding operator overloading, everywhere there is theory explained but...
file stream, read from one text file and put the text into new fileboth text files should contain the same text in the end
file stream, read from one text file and put the text into new file[code] mans2<<c: mans.get(c); //tried it like this while (!mans.eof()) { cout<<c; mans.get(c); mans...
file stream, read from one text file and put the text into new fileyeah..i thought so too but none of this works :( i am missing something.