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
Macros
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 Wed May 22 2013 15:58:17 for TraDemGen by
1.8.3.1