what is graphics
No Answer is Posted For this Question
Be the First to Post Answer
//what is wrong with the programme?? #include<iostream.h> template <class first> class dd { first i; public: void set(); void print(); }; void dd< first>:: set() { cin>>i; } void dd< first>::print() { cout<<"\n"<<i; } void main() { dd <char>g; g.set(); g.print(); }
how do you handle yourself when you feel the wald is aganist you
what is the use of classes in c++;
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 is virtual destructor
can main method be overloaded...??? How..????
How is data security provided in Object Oriented languages? ?
Write a program to sort the number with different sorts in one program ??
Where You Can Use Interface in your Project
what type of questions
How compiler selects(internally) required overridden function in inheritance?
2 Answers CSC, Infinite Computer Solutions,
What is overloading and its types?