Thread: not able to open conio.h header file in linux

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Jan 2007
    Posts
    113

    not able to open conio.h header file in linux

    Hi!
    I m new to linux environment .

    I have right simple C program and try to compile it.

    Code:
    #include"conio.h"
    #include"stdio.h"
    main()
    {
    printf("bargi");    
        getch();
    }
    But gcc give compile error that not able to open conio.h header file.....

    Can any body tell me solution?

    Also I want link of tutorials from which I can learn C/C++ programming under linux.

    Any help is highly appreciated.

    Thanks

    bargi
    Last edited by Bargi; 01-16-2007 at 04:51 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Newbie homework help
    By fossage in forum C Programming
    Replies: 3
    Last Post: 04-30-2009, 04:27 PM
  2. Checking array for string
    By Ayreon in forum C Programming
    Replies: 87
    Last Post: 03-09-2009, 03:25 PM
  3. header file compile error
    By Unregistered in forum C Programming
    Replies: 5
    Last Post: 02-23-2002, 06:28 AM
  4. what does this mean to you?
    By pkananen in forum C++ Programming
    Replies: 8
    Last Post: 02-04-2002, 03:58 PM