what is SPL in c++.
Answer / anonymous
its an qt4 interface...provides a wrapper for qt toolkit...
for more info check the following link:
http://www.clifford.at/spl/spldoc/qt.html
| Is This Answer Correct ? | 5 Yes | 0 No |
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
Program to check whether a word starts with a capital letter or not.
What is destructor in oop?
What is the difference between the c++ & java?
what are abstract classes and how they impliment , with example
Program to print 0 to 9 in cross order
#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; wow *b; a.x = 22; b = &a; a.x = 23; cout << b->x; return 0; }
Can we call a base class method without creating instance?
How is class defined?
Give two or more real cenario of virtual function and vertual object
what is a ststic variable and stiticfunction briefly explain with exmple and in which case we use
write string class as your own class in java without using any built-in function