Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as text by asfsdgfsdg ( 18 years ago )
#include <iostream>
#include "ifigura.h"
#pragma once
using namespace std;
class CKwadrat2: public CFigura
{
public:
// KONSTRUKTOR
CKwadrat2();
// DESTRUKTOR
~CKwadrat2();
void wyswietlObwod();
void wyswietlPole();
private:
float ZwrocPole();
float ZwrocObwod();
float bok;
};
Revise this Paste