Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

FCPresets.cpp File Reference

This file contains preset card game implementation. More...

#include <string.h>
#include <stdio.h>
#include "FCPresets.h"

Go to the source code of this file.

Functions

int FCSApplyTestOrder (int *TestOrderArray, const char *TestOrderString, int *TestOrderCount, char *GameName, char **ErrorString)
 Take a test order string and turn it into a test order array.

Variables

const FCSPresetName FCSPresetNames [23]
 Storage for all the preset games.


Detailed Description

Author:
Michael Mann
Version:
1.0
Date:
August 2002

Definition in file FCPresets.cpp.


Function Documentation

int FCSApplyTestOrder int *  TestOrderArray,
const char *  TestOrderString,
int *  TestOrderCount,
char *  GameName,
char **  ErrorString
 

Parameters:
TestOrderArray is the outputted test order
TestOrderString is the test order string
TestOrderCount is teh number of tests found in the string
GameName is the name of the game being solved
ErrorString contains error information if any
Returns:
Return 0 if successful, non-zero otherwise

Definition at line 350 of file FCPresets.cpp.

Referenced by FCCommandLineArguments::Verify().


Generated on Sat Nov 5 11:20:16 2005 for Cpp Freecell Solver by  doxygen 1.4.4