why is iostream::eof inside a loop condition considered wrong?
No Answer is Posted For this Question
Be the First to Post Answer
What is problem with Runtime type identification?
What is the auto keyword good for in c++?
Are strings immutable in c++?
What are stacks? Give an example where they are useful.
What is prototype in c++ with example?
Describe the role of the c++ in the tradeoff of safety vs. Usability?
What does return 0 do in c++?
Difference between pass by value and pass by reference?
Can we use pointers in c++?
What is an Object/Instance?
What is optimization in c++? when using volatile.optimization is not possible..what does this mean?
What can I safely assume about the initial values of variables which are not explicitly initialized?