Why Pointers are not used in C++?
No Answer is Posted For this Question
Be the First to Post Answer
What is the most common mistake on c++ and oo projects?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
What is dangling pointers?and what is memory leak?
How a modifier is similar to mutator?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
Is there anything you can do in C++ that you cannot do in C?
What is a c++ vector?
Which operations are permitted on pointers?
Compare compile time polymorphism and Runtime polymorphism
what you know about c++?
What is the protected keyword used for?
Is c++ a good beginners programming language?