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
what is new operator in c++
What is polymorphism explain?
What is coupling in oop?
What does the code "cout<<(0==0);" print? 1) 0 2) 1 3) Compiler error: Lvalue required
What is late bound function call and early bound function call? Differentiate.
Explain virtual inheritance?
There are 2 empty jars of 5 and 3 liters capacity. And a river is flowing besides. I want to measure 4 liters of wanter using these 2 jars. How do you do this?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is the problem with multiple inheritance?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
all about pointers
What is polymorphism and example?