User: bird1234

  • Public profile

User profile: bird1234

User info
User name:bird1234
History
Joined:
Number of posts:126
Latest posts:

Doubly Linked List Node Deletion
[code]node* temp = head, *delTemp = last; if (temp == NULL) { cout << "\nEmpty"; } else if (...

cannot find data in the file
ouh i fix it i don't need to use cin.ignore() , file.ignore();

cannot find data in the file
is anything wrong with my code [code] void display() { bool check = true; ifstream file; ...

how to edit particular data in file
i have this data in my file 1234 Alex 4th 3 1235 Sam 4th 3 1233 Salman 4th ...

Using structs
For Example [code] struct data { string name; string last_name; // if you make function in you...

This user does not accept Private Messages