Why is c++ still used?
No Answer is Posted For this Question
Be the First to Post Answer
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
What is the best free c++ compiler for windows?
What do you understand by zombie objects in c++?
Why c++ is not a pure oop language?
What c++ library is string in?
Can I uninstall microsoft c++ redistributable?
What is multithreading and what is its use?Whats are multithreading techniques used in C++?
What do you mean by stack unwinding in c++?
Is c++ a programming language?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.
What does the nocreate and noreplace flag ensure when they are used for opening a file?