#include #include "NewGon.h" int main () { NewGon myGon; myGon.readparamfile("params.txt"); return 0; }