A spoonerism@soranz No, I didn't say anything about cout and printf. I was talking more about this swap functio...
A spoonerismI'm not an expert in C++ but I'm going to side with Veltas on this one. Cubbi, you say that one shou...
How to input a file name using a string?try [code]myfile.open(myFileName.c_str());[/code]
who can do this?But surely he didn't want you to hand in somebody else's work. At least try to write something that ...
Inheritance/PolymorphismYou have access to all three if you take advantage of polymorphism and pointers. But if you use obje...