Answer Posted / nashiinformaticssolutions
Real-world entities with a state (some type of data) and behavior (functionality) are called objects. A class consists of connected things.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to connect with oracle 9i with server in socket program in c/c++
What is iterator 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 What is the oldest programming language? Explain the advantages of using friend classes. what are the iterator and generic algorithms. What is else if syntax? What are the uses of static class data? What is one dimensional array in c++? why is iostream::eof inside a loop condition considered wrong? How do you write a function that can reverse a linked-list? Does c++ cost money? what are the iterator and generic algorithms. What is rvalue? What is an html tag?