Thread: Headache

  1. #1
    Registered User
    Join Date
    Jun 2010
    Posts
    2

    Unhappy Headache

    Hi guys, thank you for letting me in. I am really new at this, C and (programming itself) but Im really excited to learn. Anyway, I am trying to develop a file, windchill chart from some defined values of tmp and spd. I got the script to compile without errors after taking out the fprints, but with "them", I get

    fprint was not declared in this scope.

    Help...

  2. #2
    {Jaxom,Imriel,Liam}'s Dad Kennedy's Avatar
    Join Date
    Aug 2006
    Location
    Alabama
    Posts
    1,065
    Code:
    #include <stdio.h>

  3. #3
    Registered User
    Join Date
    Jun 2010
    Posts
    2
    Thanks. I realized, I have not created a receiving file in the ist place, then changed fprint to fprint f after reading more tips and suggestions, guess what, its working.... You guys rock....

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. getting a headache
    By sreetvert83 in forum C++ Programming
    Replies: 41
    Last Post: 09-30-2005, 05:20 AM
  2. I/O headache
    By Strait in forum C++ Programming
    Replies: 5
    Last Post: 02-04-2005, 12:20 PM
  3. Recursion = headache;
    By RoD in forum C++ Programming
    Replies: 9
    Last Post: 12-20-2002, 09:34 PM
  4. My headache
    By Morgan in forum C Programming
    Replies: 7
    Last Post: 12-03-2002, 03:33 AM
  5. Linked List headache
    By Unregistered in forum C++ Programming
    Replies: 0
    Last Post: 09-23-2001, 06:42 PM