Post New Answer View All Answers
What is flush () in 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 By using c++ with an example describe linked list? What are proxy objects in c++? What is the function to call to turn an ascii string into a long? What is the type of 'this' pointer? How does atoi function work? What is the insertion operator and what does it do? Is c++ the most powerful language? What is the disadvantage of using a macro? What is function prototyping? Write a program which employs Recursion Explain about vectors in c ++? Tell me what are static member functions? Can you write a function similar to printf()?