From 507481336146ca188a9a9d9d1548d5dc81539a60 Mon Sep 17 00:00:00 2001 From: guest Date: Tue, 23 Oct 2007 08:21:21 +0000 Subject: Initial import. git-svn-id: svn+ssh://mecka.net/home/svn/dds@15 c30cbac5-9f56-4f76-8ed5-5c34e48a65ae --- iotest/src/iotest.cpp | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 iotest/src/iotest.cpp (limited to 'iotest/src/iotest.cpp') diff --git a/iotest/src/iotest.cpp b/iotest/src/iotest.cpp new file mode 100644 index 0000000..a3b3337 --- /dev/null +++ b/iotest/src/iotest.cpp @@ -0,0 +1,28 @@ +//============================================================================ +// Name : iotest.cpp +// Author : Manuel Traut +// Version : +// Copyright : GPLv2 +// Description : Hello World in C++, Ansi-style +//============================================================================ + +#include + +#include "diasio.h" + +using namespace std; + +int main() { + cout << "!!!Hello World!!!" << endl; // prints !!!Hello World!!! + + DIASIO dias; + + int counter = 0; + + while(counter < 255){ + dias.set(counter); + counter++; + } + + return 0; +} -- cgit v1.2.3