_. ___ __..__ _ .... .. ... .. ... _._. ___ _.. .
On Oct 13, 2005, at 2:58 PM, G0RUZ Conrad wrote:
> Gudguyham@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
>
>
> _______________________________________________
> Amps mailing list
> Amps@contesting.com
> http://lists.contesting.com/mailman/listinfo/amps
>
>
_______________________________________________
Amps mailing list
Amps@contesting.com
http://lists.contesting.com/mailman/listinfo/amps
|