ipdf.h and Real type
[ipdf/code.git] / src / main.cpp
index e683564..5b8d4b8 100644 (file)
@@ -1,7 +1,14 @@
 #include "common.h"
 
+#include "ipdf.h"
+
+using namespace std;
+using namespace IPDF;
+
 int main(int argc, char ** argv)
 {
-       Debug("It's alive!");
+       Real a = 10;
+       Real b = 20;
+       Debug("a*b = %f", RealToFloat(a*b));
        return 0;
 }

UCC git Repository :: git.ucc.asn.au