News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

how do i compile, link objects, and run this program

Started by sunrise07, July 15, 2014, 08:28:17 PM

Previous topic - Next topic

sunrise07

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

sunrise07

used to be able to run this program from linux terminal. now i am trying to run it in codeblocks (windows 7)

oBFusCATed

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.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

sunrise07

the .o file is downloaded from umbc and it's not created by codeblocks

oBFusCATed

Codeblocks is not a compiles, so it cannot create it anyway...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]