User profile: naivnomore

User info
User name:naivnomore
Location:Philadelphia
History
Joined:
Number of posts:43
Latest posts:

Hi just a bit of direction please
I will explain the logic for dot pattern. Follow the same for the star pattern. [b]Requirements[/...

Hi just a bit of direction please
Well here is a hint for your star pattern problem: 1. You are printing the same number of columns...

Derived class constructor
You never invoke destructors explicitly. Destructors are automatically invoked when a object goes ou...

Output Stream Issue
Yes flushing is necessary for the output stream to deposit data to the file. However, when you expli...

Double free or corruption error
The problem lies in your assignment operator method. You are passing the argument by value to this m...