Chrono-Cross  0.8
BTS SN-IR La Salle Avignon 2017
Fonctions
Référence du fichier main.cpp
#include <QApplication>
#include "chronocrossclassement.h"

Fonctions

int main (int argc, char *argv[])

Documentation des fonctions

int main ( int  argc,
char *  argv[] 
)
{
    QApplication a(argc, argv);
    ChronoCrossClassement w;
    w.show();
    
    return a.exec();
}
 Tout Classes Fichiers Fonctions Variables