# Microsoft Developer Studio Project File - Name="input" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Con
#include
template
bool Input(T& x)
{// Input a nonnegative value.
int NumOfAttempts = 3;
// try at most NumOfAttempts times
for (int i = 0; i < NumOfAttemp
/* Input handling for G++.
Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
Written by Ken Raeburn (raeburn@cygnus.com) while at Watchmaker Computing.
This file is part of GN
/*
* C Implementation: ptk-input-dialog
*
* Description:
*
*
* Author: Hong Jen Yee (PCMan) , (C) 2005
*
* Copyright: See COPYING file that comes with this distribution
*
*/