Welcome, Guest. Please login or register.

Author Topic: Help with C? I have a simple(?) problem.  (Read 5211 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Vairn

  • Newbie
  • *
  • Join Date: Jan 2008
  • Posts: 26
    • Show all replies
Re: Help with C? I have a simple(?) problem.
« on: February 24, 2008, 12:33:56 AM »
hmm,
You could try using printf, not print.

But since I have never used "Super C", I could be wrong, but most C compilers use printf.


Basically the linking error is it saying that it doesn't know of any methods that has the name "print".

Ie, no external definition, is it saying there is no difinition of "print" in the headers you linked with.