Thread: Include File

  1. #1
    Registered User
    Join Date
    Oct 2009
    Posts
    1

    Include File

    I wrote a program for conversion of Kilometers into meters and Centimeters. I have given that
    #include<stdio.h>
    #include<conio.h>
    The system in my institution gives the right output. The same program given in my system it says that -UNABLE TO OPEN INCLUDE FILE STDIO.H- and -UNABLE TO OPEN INCLUDE FILE CONIO.H-

  2. #2
    Lurking whiteflags's Avatar
    Join Date
    Apr 2006
    Location
    United States
    Posts
    9,612
    Compile and run a "hello world" program to make sure you've properly installed the compiler. If you run into problems doing that, then it's probably your installation. We cannot offer tech support for your compiler. Get your instructor's help instead.

  3. #3
    Registered User
    Join Date
    Dec 2007
    Posts
    2,675
    conio is a non-standard header. What are you compiling with that's not working?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. To find the memory leaks without using any tools
    By asadullah in forum C Programming
    Replies: 2
    Last Post: 05-12-2008, 07:54 AM
  2. Formatting the contents of a text file
    By dagorsul in forum C++ Programming
    Replies: 2
    Last Post: 04-29-2008, 12:36 PM
  3. help with text input
    By Alphawaves in forum C Programming
    Replies: 8
    Last Post: 04-08-2007, 04:54 PM
  4. Header file include order
    By cunnus88 in forum C++ Programming
    Replies: 6
    Last Post: 05-17-2006, 03:22 PM
  5. Encryption program
    By zeiffelz in forum C Programming
    Replies: 1
    Last Post: 06-15-2005, 03:39 AM