Answer Posted / nilay
It can have but the size of .obj (compiled) file(on
windows, .o on unix platform ) increases . so it is not
advisable to dos so.
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is string in c++ programming?
Are there any special rules about inlining?
What are stacks?
What are smart pointers?
what is upcasting in C++?
What is the difference between #import and #include in c++?
Why was c++ made?
What is switch case in c++ syntax?
Why use of template is better than a base class?
How do you declare a set in c++?
What is a .lib file in c++?
If a header file is included twice by mistake in the program, will it give any error?
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 What is c++ similar to? Why c++ is the best language?