[SOLVED] CS // from : Savitch. Absolute C++.

$25

File Name: CS_//_from_:_Savitch._Absolute_C++..zip
File Size: 329.7 KB

5/5 - (1 vote)

// from : Savitch. Absolute C++.

#pragma once
// This file uses the type DayOfYear, so it needs to include the file that contains its declaration.
#include DayOfYear.h

class Holiday
{
public:
Holiday();
Holiday(int month, int day, bool enforcement);
private:
DayOfYear doy;
bool parkingEnforcement;
};

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping Cart
[SOLVED] CS // from : Savitch. Absolute C++.
$25