Answer Posted / shakti singh khinchi
U can't instantiate instance of that class.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Can we distribute function templates and class templates in object libraries?
What do you mean by enumerated data type?
how can i access a direct (absolute, not the offset) memory
address?
here is what i tried:
wrote a program that ask's for an address from the user,
creates a FAR pointer to that adress and shows it. then the
user can increment/decrement the value in that address by
pressing p(inc+) and m(dec-).
NOW, i compiled that program and opened it twice (in 2
different windows) and gave twice the same address to it.
now look what happen - if i change the value in
one "window" of the program, it DOES NOT change in the
other! even if they point to the same address in the memory!
here is the code snippet:
//------------------------------------------------------
#include You want to link a c++ program to c functions. How would you do it? What is the use of register keyword with the variables? How const int *ourpointer differs from int const *ourpointer? What is a stack? How it can be implemented? What is isdigit c++? Can we change the basic meaning of an operator in c++? When we use Abstract Class and when we use Interface?where we
will implement in real time? What things would you remember while making an interface? What do you mean by early binding? What is extern c++? Is c++ a dying language? What will happen if a pointer is deleted twice?