streampos
Arabellek işaretçi veya dosya işaretçisi geçerli konumunu içerir.
typedef fpos<mbstate_t> streampos;
Notlar
Eşanlamlısı türüdür fpos<mbstate_t>.
Örnek
// ios_streampos.cpp
// compile with: /EHsc
#include <iostream>
#include <fstream>
int main( )
{
using namespace std;
ofstream x( "iostream.txt" );
x << "testing";
streampos y = x.tellp( );
cout << y << endl;
}
Gereksinimler
Başlık: <ios>
Namespace: std