C++ > options en ascii

Titreoptions en ascii
Postée le09-05-2011
Affichée172
Mini-lien
Description

ascii art

EtatInconnu. Inconnu.
Code d'insertion
Options
Afficher les numéros de lignes  Mettre la source en plein ecran  Selectionner la source  Partager sur Facebook 
Téléchargement Telecharger en format txt  Telecharger en format pdf  Telecharger en format cpp
Plein ecran
void printOptionsASCII ()
{
        cout << endl << endl;

    cout << " ================================================================" << endl;
        cout << "|***************************************************************|" << endl;
        cout << "|*                                                             *|" << endl;
    cout << "|*    .d88b.  oP8888b Y888888P 88  .d88b.  d8b   db .o888b.    *|" << endl;
    cout << "|*    8P  Y8. 88    88  `88´   ''  8P  Y8. 888o  88 8P         *|" << endl;
    cout << "|*   88    88 88    88   88    db 88    88 88V8o 88 Y8b        *|" << endl;
        cout << "|*   88    88 8888888'   88    88 88    88 88 V8o88   `d8o     *|" << endl;
        cout << "|*   `8b  d8' 88         88    88 `8b  d8' 88  V888     8B     *|" << endl;
        cout << "|*    `Y88P'  8P         YP    db  `Y88P'  VP   V8P d888d'     *|" << endl;
        cout << "|*                                                             *|" << endl;
        cout << "|***************************************************************|" << endl;
        cout << " ================================================================" << endl;

        cout << endl << endl;
}