I am developing a payroll system mini project.I used file
concept in program for reading and writing.When the
program is reloading into the memory that is if i execute
next time the file was cleaned and adding data from the
starting this is my problem.I want to strore the previous
data and if i want to add any record that should be next of
previous data.Please help me.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

What is and I oop mean?

0 Answers  


Will I be able to get a picture in D drive to the c++ program? If so, help me out?

0 Answers  


When is a memory allocated to a class?

11 Answers  


#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; a.x = 22; int c = a.x; int *b = new int; cout << c; return 0; } option: No output 0 22 -(11) Will not compile

1 Answers   CTS, Wipro,


What is coupling in oop?

0 Answers  






what uses of c++ language?

3 Answers  


write a programe to calculate the simple intrest and compund intrest using by function overlading

0 Answers  


what are the realtime excercises in C++?

0 Answers   IBM, Wipro,


What is the main purpose of inheritance law?

0 Answers  


What does I oop mean?

0 Answers  


Round up a Decimal number in c++.. example Note = 3.5 is as 4 3.3 is as 3

3 Answers   Accenture, Cognizant, IBM,


What is inheritance and how many types of inheritance?

0 Answers  


Categories