User profile: Ausha

User info
User name:Ausha
Name:Ausma
Location:Riga
History
Joined:
Number of posts:45
Latest posts:

operator overloading
weird, it suddenly worked; I am using dev c++ and it has some issues. Tried also codeblocks but some...

operator overloading
Hi, 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 file
both 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 file
yeah..i thought so too but none of this works :( i am missing something.