vote up 0 vote down star

i want to know about the friend function and operator overloading in c++ and how they work? with program?

flag

2 Answers

vote up 4 vote down

I like this guide. It is good.

Friends in C++

Operator Overloading in C++

link|flag
1  
+1 The parashift.com/c++-faq-lite site is fantastic for all C++ questions. – Ian Hickman Jan 27 at 20:48
Isn't it though? – windfinder Jan 27 at 21:08
vote up 4 vote down

This is a good article for Operator overloading in C++.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.