it is a C program
the program project 4 is here:
http://www.csee.umbc.edu/courses/undergraduate/201/fall07/projects/p4/
i would have to download stringtoll.o and stringtoll.h,
i have palindrome.h and palindrone.c
i have proj4.c
i don't know how to link the stringtoll.o into the program
i would try doing this: click build + run, it gives me errors
used to be able to run this program from linux terminal. now i am trying to run it in codeblocks (windows 7)
Are you sure this .o file is generated with the same compiler on the same OS you're using?
If not then it won't work.
the .o file is downloaded from umbc and it's not created by codeblocks
Codeblocks is not a compiles, so it cannot create it anyway...