text cover

Data Abstraction and Problem Solving with C++

Walls and Mirrors

by Frank M. Carrano

Addison Wesley Logo

Board.h File Reference


Detailed Description

Definition of the Board class for the Eight Queens problem.

Date:
29 May 2006
Chapter:
Chapter 5
Page:
Page 255
Version:
5.0

Definition in file Board.h.

#include "Queen.h"
#include <vector>
#include <iostream>

Include dependency graph for Board.h:

Go to the source code of this file.

Classes

class  Board

Variables

static const int BOARD_SIZE = 8


Variable Documentation

const int BOARD_SIZE = 8 [static]
 

Definition at line 27 of file Board.h.

Referenced by Board::placeQueens().


Generated on Sun Aug 27 13:27:58 2006 for AWLogo by  doxygen 1.4.6