User: AnthonyF

  • Public profile

User profile: AnthonyF

User info
User name:AnthonyF
History
Joined:
Number of posts:5
Latest posts:

Passing by Reference
But when I pass by reference, aren't I passing a pointer to the object instead of the object itself?

Passing by Reference
I wrote this function: [code]ostream& operator<<(ostream& out, LoginData& a) { out << a.getLog...

Passing an Array by Reference
Indeed I was using the function incorrectly. I was passing it char* alphabet. I switched it to char[...

Passing an Array by Reference
I have written the following function to switch letters between two indexes in an array of character...

Managing an array using typedef
For a programming project I need to have an array of an object (declared using typedef) with various...

This user does not accept Private Messages