What are the difference between seekp() and seekg() ?
seekg() should be a ifstream method, and seekp() a ofstream methods, so if i use fstream i can use both, can't i? and which difference there is? can i use only seekg() with the same effect i would have if i used seekp() for writing operation?