Thread: Compiler problem

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

    Compiler problem

    when I tried to open that games you created I always have an problem. I am using dev- cpp compiler. Which compiler do you generrally use?

  2. #2
    Used Registerer jdinger's Avatar
    Join Date
    Feb 2002
    Posts
    1,065
    when I tried to open that games you created I always have an problem. I am using dev- cpp compiler. Which compiler do you generrally use?
    Well, I'd say that really depends on who in the world you're talking to. Which person's game? There are a lot of people here and we don't all use the same compilers.

    Also, what problems are you having?

  3. #3
    Registered User
    Join Date
    Oct 2002
    Posts
    34
    every game I have tried in this forum I am getting an error massage when I tried to compile the codes.

  4. #4
    Used Registerer jdinger's Avatar
    Join Date
    Feb 2002
    Posts
    1,065
    am getting an error massage

    Again: WHAT ARE THE ERROR MESSAGES YOU ARE GETTING?

  5. #5
    Registered User
    Join Date
    Oct 2002
    Posts
    34
    55 c:\belgel~1\carlcash.cpp
    implicit declaration of function `int getchar(...)'

    this is the error message I got from the game named "carlcash"

    and this is the 55th line "ent = getch();"

    is this about libraries? maybe my compiler doesn't support
    <conio.h> , maybe this is an class that made by programmer.

    this is an sample from the game

    #include <iostream.h>
    #include <conio.h> // For getch(), clrscr(),

    if you programme a game please send it to me(don't forget class files). Thank you very much

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Dev-C++ compiler problem
    By GrasshopperEsq in forum C++ Programming
    Replies: 19
    Last Post: 05-08-2008, 02:35 AM
  2. Compiler Problem
    By sitestem in forum C++ Programming
    Replies: 2
    Last Post: 04-11-2004, 03:48 PM
  3. Replies: 5
    Last Post: 12-03-2003, 05:47 PM
  4. Problem with compiler
    By knight543 in forum C++ Programming
    Replies: 4
    Last Post: 02-09-2002, 09:16 PM
  5. Please help me with this compiler problem
    By incognito in forum C++ Programming
    Replies: 1
    Last Post: 01-05-2002, 05:14 PM