Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7957 Discussions

Syntax for Operator Overloading in C++

AnkitTech
Beginner
387 Views

class className

{
//enter the text
public
returnType operator symbol (arguments)

{
//enter the text
}
//enter the text
};

0 Kudos
0 Replies
Reply