0.2.2
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 Tue Aug 21 2012 15:53:54 for TraDemGen by
1.8.1.2