1.00.0
C++ Simulated Travel Demand Generation Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
main.cpp
Go to the documentation of this file.
1
#include <QtGui/QApplication>
2
#include "trademgen.h"
3
4
5
int
main
(
int
argc,
char
** argv)
6
{
7
QApplication app(argc, argv);
8
trademgen foo;
9
foo.show();
10
return
app.exec();
11
}
main
int main(int argc, char **argv)
Definition:
main.cpp:5
Generated on Tue Feb 10 2015 10:24:00 for TraDemGen by
1.8.9.1