User profile: CJC0117

User info
User name:CJC0117
History
Joined:
Number of posts:97
Latest posts:

A spoonerism
@soranz No, I didn't say anything about cout and printf. I was talking more about this swap functio...

A spoonerism
I'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/Polymorphism
You have access to all three if you take advantage of polymorphism and pointers. But if you use obje...