Can we use resume in error handling i.e. in the catch block
Post New Answer View All Answers
What are the operators in c++?
How can virtual functions in c++ be implemented?
Should I learn c or c++ first?
Is c++ a good first language to learn?
Define a pointer to a data member of the type pointer to pointer?
What is vector processing?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
What is the array and initializing arrays in c++?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
Is c better than c++?
Why do we use setw 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 Discussion on error handling of C++ . What is purpose of new operator? How to get the current position of the file pointer?