ok heres the deal...
i took a C++ class as an undergrad WAAAAAY back in the day and have forgot almost all of it. i recently DLed a C++ program that came with several files. i have tried to run this program to see if i obtain the same results they do in their paper. the files are as follows:
Main.cc: contains the main time loop
Header.h: contains some function definitions
Variables.h: definition of object containing all state variables
Variables.cc: creation of object, writing of state backups
Step.cc: computes a single time step
-can be found at:
http://www-binf.bio.uu.nl/khwjtuss/HVM/Source/
i am using the Dev-C++ program with no modifications. i loaded up the file Main.cc and tried to compile it but it came up with a few errors including several link errors. among the source code files is a text file called makefile.txt that seems to have paths (links) to the source files, but i have no clue how to make the compiler look in the makefile.txt. any help would be greatly appreciated. i have been lookin at tons of tutorials and introductions to C++ but can't seem to find anything relevant to my problem. Thanks.
-jason