Doubly Linked List Node Deletion [code]node* temp = head, *delTemp = last; if (temp == NULL) { cout << "\nEmpty"; } else if (...
cannot find data in the fileouh i fix it i don't need to use cin.ignore() , file.ignore();
cannot find data in the fileis 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