answersLogoWhite

0

seekg sets the position of the get pointer in an input stream -- the point at which the next extraction will occur.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is seekg?

In C++, seekg is a method/function of the standard fstream library (fstream::seekg()) which allows you to position the 'get' pointer to an arbitrary position within the stream.


How data and function are organised in oop?

dfdafdaf


What is method in oop?

1) Function 2) Which will excute particular methof/function


How do you ally oop in 2k9?

how to ally oop in nba 2k9


What is a one letter initial called?

The 'Initial'


When was ZZT-oop created?

ZZT-oop was created in 1991.


What bird goes oop oop oop?

The hoopoe makes a sound that goes 'oop oop oop.' In many cultures, the bird has a similar name because of this particular call they are known for. Hoopoes are birds from the Afro-Eurasian region. They have distinctive feather patterns in their wings and crests, as well as flat dark bills.


Python keyword indicates the start of a function definition?

The word "def", short for definition starts a function.


What is the duration of Allez Oop?

The duration of Allez Oop is 1260.0 seconds.


Why is every function a relation?

That is part of the definition of a function.


Why does a function only have one output?

That is the definition of a function.


What is function overriding in oop?

Function overriding in object-oriented programming (OOP) occurs when a subclass provides a specific implementation of a method that is already defined in its superclass. This allows the subclass to customize or extend the behavior of the inherited method. The overridden method in the subclass must have the same name, return type, and parameters as the method in the superclass. Function overriding is a key mechanism for achieving polymorphism, enabling dynamic method resolution at runtime.