root/applications/example_application/example_main.cpp @ 982

Revision 982, 183 bytes (checked in by smidl, 14 years ago)

Example application using bdm in C++

Line 
1
2/*!
3\file
4\brief Robust
5\author Vasek Smidl
6
7 */
8
9#include "example_lib.h"
10
11using namespace bdm;
12
13int main ( int argc, char* argv[] ) {
14
15        my_pdf mp;
16        return 0;
17}
Note: See TracBrowser for help on using the browser.