what is an qt4 interface?
Answer / niku007
Qt4 interface is a cross platform C++ tool kit mainly used
for GUI. It supports lot of functionalities as well as like
network, database, web application etc
| Is This Answer Correct ? | 6 Yes | 0 No |
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 access specifiers avaible in c++?
What are properties in oop?
What is the difference between the c++ & java?
Can static class have constructor?
what is code for call by value and call by reference?
c++ provides classes...and classes do what we want but why then strcut are used...if we say data hiding... it is also provided by c++ in structs then why to prefer clasess
design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }
What is the difference between encapsulation and polymorphism?
What is the real time example of encapsulation?
tell about copy constructor
why c++ is called OOPS? waht is inherutance? what is compiler?