Monday, February 18, 2013

Origin C

OriginLab is quite powerful. This software integrates Matlab, Labview, C, C++.
Awesome!

#include <origin.h>
void test()

{

printf("hello world\n");

}
 
imput:test

No comments:

Post a Comment