Exemplo n.º 1
0
int main()
{

	
	cout<<"\t\tThis is a little test!\n";
	
	Intersect st;

	
    st.AddSide();
    st.AddSide();
	st.Display();
	st.ChangeState();
	
	st.Display();
	st.ChangeState();
	st.Display();
	
	char c;
    cin>>c;
    cin;
}