Click here to Skip to main content
15,885,757 members
Articles / Desktop Programming / MFC

Console Application Framework

Rate me:
Please Sign up or sign in to vote.
3.83/5 (17 votes)
12 Jul 2005CPOL3 min read 54K   1.4K   31  
A framework for rapidly creating a console application.
/******************************************************************************

Copyright (c) 2004 TanteM - Grobbendonk, Belgium

Module Name:		look.h

Abstract:			File contains parameters to customize application look on screen

Author:				Dominique Bijnens (dobi)

Revision History:

Date     Who        What
-------- ---------- -----------------------------------------------------------
21/09/04 dobi		Version 1.0

*******************************************************************************/

#pragma once

#define		COMMAND_PROMPT			"Cmd> "
#define		APPLICATION_TITLE		"\
**********************************\n\
   APP002 Application - %s\n\
\n\
     Author: Dominique Bijnens\n\
**********************************\n\
\n\
>>>  Type 'q' to stop\n\
>>>  Type '?' for help\n"

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Belgium Belgium
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions