[Amps] Dedicated 220AC Wiring for Amps..

G0RUZ Conrad conrad at g0ruz.net
Thu Oct 13 17:58:41 EDT 2005


Gudguyham at aol.com wrote:

> As per the NEC, ALL ground rods must be connected to the main 
> grounding system at the electrical disconnecting means.  THIS 
> IS  CODE!


No this is CODE :-)

class Polygon
{
private:
	float *sides;
	int numberOfSides;
	float perimeter;
public:
	Polygon();
	Polygon(int);
	~Polygon();
	int getNumberOfSides();
	float calcPerimeter();
};

Polygon::Polygon() { };

Polygon::Polygon(int number)
{
	numberOfSides = number;
	sides = new float[number];
	for (int index=0;index<number;index++) 
	{
		cout << "length of side " << index+1 << endl;
		cin >> sides[index];
	}
}

73

Conrad G0RUZ




More information about the Amps mailing list