1.00.0
C++ Simulated Travel Demand Generation Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Friends
Pages
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
}
Generated on Sun Dec 23 2012 17:58:29 for TraDemGen by
1.8.1.1