avatar
An Upper Sure Solution to the Compression of the Orthotropic Cylinder.

Guest 17 5th Mar, 2025

#include "phanso.h"



phanso::phanso()
{
}


phanso::~phanso()
{
}

ostream& operator<<(ostream& out, const phanso& phanso)
{
	out << "Phan So: " << phanso.tu << " / " << phanso.mau << endl;
	return out;
	// TODO: insert return statement here
}

istream& operator>>(istream& in, phanso& phanso)
{
	cout << "Tu so: ";
	in >> phanso.tu;
	cout << "Mau so: ";
	in >> phanso.mau;
	return in;
	// TODO: insert return statement here
}
Markup
Description

No description

To share this paste please copy this url and send to your friends
RAW Paste Data