I am tring to use the the .seekg() to my pointer so that i can look at a previous character.
i import a file (which is saved to the varible infile
I was wondering if i can create a varible that can hold the value of this character so that i dont lose where the real pointer is in my program. I have tried with diffrent varible types but i get an error telling me that it cannont conver the type to .... (what ever type i tried)