What is diamond problem in c++?
What's the order in which the local objects are destructed?
What is constructor c++?
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 Explain how to initialize a const member data. Write about the scope resolution operator? Can notepad ++ run c++? Why do you use the namespace feature? What is c++ w3school? Eplain extern keyword? What is the use of 'using' declaration in c++? Define a nested class. What are c++ tokens? Difference between class and structure. What are mutator methods in c++?