Thread: Ouch, that hurts

  1. #1
    Registered User
    Join Date
    Oct 2002
    Posts
    4

    Ouch, that hurts

    AHHHHHHHHH so much searching for graphics.h and I lost the file! nooooooooooooo! this sucks! does anyone know where I can get this file?

  2. #2
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    Its right here.
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  3. #3
    Banal internet user
    Join Date
    Aug 2002
    Posts
    1,380
    Oh! That's what I need to add to "newbie.exe"

    Thanks!
    Code:
    // newbie.exe
    #include <graphics.h>
    #include <conio.h> // for gotoxy()
    
    void main()
    {
         begin:
         fflush(stdin);
         goto begin;
         return;
    }

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. ouch thats gotta hurt
    By Thantos in forum A Brief History of Cprogramming.com
    Replies: 13
    Last Post: 08-22-2004, 09:48 AM
  2. Some woman back ended my car today, and back hurts
    By Terrance in forum A Brief History of Cprogramming.com
    Replies: 19
    Last Post: 08-20-2003, 12:42 AM
  3. That hurts
    By harryP in forum C++ Programming
    Replies: 3
    Last Post: 09-29-2002, 10:07 PM
  4. Ohh, how my (air)head hurts!
    By rick barclay in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 11-11-2001, 06:16 AM