Странная проблема с регистрацией произвольного доступа в C ++ - PullRequest
0 голосов
/ 28 декабря 2010

Это простая программа регистрации с произвольным доступом. Проблема возникает, когда я хочу записать данные в случайном порядке. Если я напишу любое место в файле, предыдущие записи будут установлены на 0. Последние 1, которые вводятся в настоящее время, содержат правильное значение, все остальные = 0.

Это код

#include <iostream>
#include<fstream>
#include<string>

using namespace std;

class name
{
int id;
int pass;
public:
    void writeBlank();
    void writedata();
    void readdata();
    void readall();
    int getid()
{
    return id;
}

int getpass()
{
    return pass;
}

void setid(int i)
{
    id=i;
}

void setpass(int p)
{
    pass=p;
}
};
void name::writeBlank()
{
name person;
person.setid(0);
person.setpass(0);

int i;

ofstream out("pass.txt",ios::binary);

if ( !out ) 
{
    cout << "File could not be opened." << endl;
}

for(i=0;i<10;i++)  //make 10 records
{
    cout<<"Put pointer is at: "<<out.tellp()<<endl;
    cout<<"Blank record "<<i<<" is: "<<person.getid()<<" "<<person.getpass()<<" and size: "<<sizeof(person)<<endl;
    cout<<"Put pointer is at: "<<out.tellp()<<endl;
    out.write(reinterpret_cast< const char * >(&person),sizeof(name));

}
}

void name::writedata()
{
ofstream out("pass.txt",ios::binary|ios::out);
name n1;
int iD,p;
    cout<<"ID?";
    cin>>iD;
    n1.setid(iD);
    cout<<"Enter password";
    cin>>p;
    n1.setpass(p);

if (!out ) 
{
    cout << "File could not be opened." << endl;
}

out.seekp((n1.getid()-1)*sizeof(name),ios::beg);   //pointer moves to desired location where we have to store password according to its ID(index)
cout<<"File pointer is at: "<<out.tellp()<<endl;

out.write(reinterpret_cast<const char*> (&n1), sizeof(name));  //write on that pointed location
}

void name::readall()
{
name n1;

ifstream in("pass.txt",ios::binary);
if ( !in ) 
{
    cout << "File could not be opened." << endl;
}

in.read( reinterpret_cast<char *>(&n1), sizeof(name) );    
  while ( !in.eof() ) 
  {    
      // display record
      cout<<endl<<"password at this index is:"<<n1.getpass()<<endl;
      cout<<"File pointer is at: "<<in.tellg()<<endl;

      // read next from file                               
      in.read( reinterpret_cast< char * >(&n1), sizeof(name));                               
   } // end while
}

void name::readdata()
{
ifstream in("pass.txt",ios::binary);
if ( !in ) 
{
    cout << "File could not be opened." << endl;
}
in.seekg((getid()-1)*sizeof(name));   //pointer moves to desired location where we have to read password according to its ID(index)
cout<<"File pointer is at: "<<in.tellg()<<endl;
in.read((char* )this,sizeof(name));  //reads from that pointed location
cout<<endl<<"password at this index is:"<<getpass()<<endl;
}


int main()
{

name n1;
cout<<"Enter 0 to write blank records"<<endl;
cout<<"Enter 1 for new account"<<endl;
cout<<"Enter 2 to login"<<endl;
cout<<"Enter 3 to read all"<<endl;
cout<<"Enter 9 to exit"<<endl;
int option;
cin>>option;
while(option==0 || option==1 || option==2 || option==3)
{
    if (option == 0)
        n1.writeBlank();

    if(option==1)
    {
        /*int iD,p;
        cout<<"ID?";
        cin>>iD;
        n1.setid(iD);
        cout<<"Enter password";
        cin>>p;
        n1.setpass(p);*/
        n1.writedata();
    }
    int ind;

    if(option==2)
    {
        cout<<"Index?";
        cin>>ind;
        n1.setid(ind);
        n1.readdata();

    }
    if(option == 3)
        n1.readall();

    cout<<"Enter 0 to write blank records"<<endl;
    cout<<"Enter 1 for new account"<<endl;
    cout<<"Enter 2 to login"<<endl;
    cout<<"Enter 3 to read all"<<endl;
    cout<<"Enter 9 to exit"<<endl;
    cin>>option;

}
}

Я не могу понять, Y предыдущие записи повернуть 0.

Ответы [ 2 ]

2 голосов
/ 28 декабря 2010

РЕДАКТИРОВАТЬ: нашел документацию на MSDN.

ios :: trunc - если файл уже существует, его содержимое отбрасывается. Этот режим подразумевается, если указан ios :: out и не указаны ios :: ate, ios :: app и ios: in .

С http://msdn.microsoft.com/en-us/library/aa277521%28v=vs.60%29.aspx, но поскольку официальный стандарт не изменился, это должно быть действительно.

0 голосов
/ 29 декабря 2010

включает

включают

включают

с использованием пространства имен std;

имя класса { int id; int pass; общественности: void writeBlank (); void writedata (); void readdata (); void readall (); int getid () { вернуть идентификатор; }

int getpass () { обратный пропуск; }

void setid (int i) { ID = я; }

void setpass (int p) { передать = р; } }; пустое имя :: writeBlank () { имя человека; person.setid (0); person.setpass (0);

int i;

outstream out ("pass.txt", ios :: binary);

if (! Out) { cout

for (i = 0; i <10; i ++) // сделать 10 записей { cout << "Поместить указатель в:" <(& person), sizeof (name)); </p>

} }

void name :: writedata () { ofstream out ("pass.txt", ios :: binary | ios :: ate); имя n1; int iD, p; соиЬ << "ID?"; CIN >> Ид; n1.setid (ИН); cout << «Введите пароль»; CIN >> р; n1.setpass (р);

if (! Out) { cout << "Файл не может быть открыт." << endl; } </p>

out.seekp ((n1.getid () - 1) * SizeOf (имя), ИОС :: BEG); // указатель перемещается в нужное место, где мы должны хранить пароль в соответствии с его идентификатором (индексом) cout

out.write (reinterpret_cast (& n1), sizeof (name)); // пишем в указанном месте }

void name :: readall () { имя n1;

ifstream in ("pass.txt", ios :: binary); если (! в) { cout << "Файл не может быть открыт." << endl; } </p>

in.read (reinterpret_cast (& n1), sizeof (name));
while (! in.eof ()) {
// отображать запись соиЬ <

  // read next from file                               
  in.read( reinterpret_cast< char * >(&n1), sizeof(name));                               

} // конец пока }

void name :: readdata () { ifstream in ("pass.txt", ios :: binary); если (! в) { cout

int main () {

имя n1; cout << «Введите 0 для записи пустых записей» <>; while (option == 0 || option == 1 || option == 2 || option == 3) { если (опция == 0) n1.writeBlank (); * +1047 *

if(option==1)
{
    /*int iD,p;
    cout<<"ID?";
    cin>>iD;
    n1.setid(iD);
    cout<<"Enter password";
    cin>>p;
    n1.setpass(p);*/
    n1.writedata();
}
int ind;

if(option==2)
{
    cout<<"Index?";
    cin>>ind;
    n1.setid(ind);
    n1.readdata();

}
if(option == 3)
    n1.readall();

cout<<"Enter 0 to write blank records"<<endl;
cout<<"Enter 1 for new account"<<endl;
cout<<"Enter 2 to login"<<endl;
cout<<"Enter 3 to read all"<<endl;
cout<<"Enter 9 to exit"<<endl;
cin>>option;

} }

...