What is the best way to take screenshots of a window with c++ in windows?
No Answer is Posted For this Question
Be the First to Post Answer
What is the size of pointer ? Also size of pointer in 64 bit pointer
What is general form of pure virtual function? Explain?
Can you think of a situation where your program would crash without reaching the breakball, which you set at the beginning of main()?
Explain what you mean by a pointer.
Is set c++?
What is the role of C++ shorthand's?
write a program to add two numbers without using an arithmetic operator.
Describe the setting up of my member functions to avoid overriding by the derived class?
Please post the model question paper of hal?
How to create a pure virtual function?
class X { public: int x; static void f(int z); }; void X::f(int y) {x=y;} What is the error in the sample code above? a) The class X does not have any protected members. b) The static member function f() accesses the non-static z. c) The static member function f() accesses the non-static x. d) The member function f() must return a value. e) The class X does not have any private members.
What is the difference between std::vector and std::list