I have this piece of code that moves the cursor line by line. Now at a specific line I want to move left or right. How can I do that? I tried seekg(int num , ios::cur)
seekg(int num , ios::cur)