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.
What are the 3 principles of oop?
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!!!)
what is different between oops and c++
What does sksksk mean in text slang?
Can we override main method?
What is overloading in oops?
what is difference between objects and function
What is an object?
what are the uses of C++
How to improve object oriented design skills?
In the following declaration of main, "int main(int argc, char *argv[])", to what does argv[0] usually correspond? 1) The first argument passed into the program 2) The program name 3) You can't define main like that
design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }