Answer Posted / edward
you can't change
| Is This Answer Correct ? | 5 Yes | 13 No |
Post New Answer View All Answers
Does dev c++ support c++ 11?
What is an adjust field format flag?
Is java the same as c++?
Write a Program for find and replace a character in a string.
Const char *p , char const *p What is the difference between the above two?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
Why can templates only be implemented in the header file?
What are pointers used for c++?
What is basic if statement syntax?
What is the difference between an array and a list?
What it is and how it might be called (2 methods).
What is the difference between structures and unions?
What is stoi 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 How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?