
-----------------------------------
Flikerator
Mon Oct 31, 2005 9:26 am

Char?
-----------------------------------
#include 
int main()
{
    char name;
    std::cout > name;
    std::cin.ignore();         //Ignores the enter key
    std::cout 