Hi, I want to create function in C++, but how? Can you help me to do this? If possible then provide line of code. Any help would be amazing thank you!
class myclass{public:
show( );
};
myclass:: show()
{
cout<<"In function\n";
}