Thread: Weird problem, please try compile

  1. #1
    Registered User Nutshell's Avatar
    Join Date
    Jan 2002
    Posts
    1,020

    Weird problem, please try compile

    Hi,

    This is my othello program. It was working before but now it compiles but the program does'nt run properly. It was the same version of the code the worked before but now it doesn't for some reason. Please try and compile the program and see if the program works (If it's playable then it works). I've attached everything you need to compile it. Thanks.

  2. #2
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    ... Follow up from here.

    >>but the program does'nt run properly
    I think you're going to have to expand on that one.

    The first panel looks like this, I presume its wrong?
    Code:
    _________________________________
    |   |   |   |   |   |   |   |   |
    *___*___*___*___*___*___*___*___*
    |   |   |   |   |   |   |   |   |
    *___*___*___*___*___*___*___*___*
    |   |   |   |   |   |   |   |   |
    *___*___*___*___*___*___*___*___*
    |   |   |   |   |   |   |   |   |
    *___*___*___*___*___*___*___*___*
    |   |   |   |   |   |   |   |   |
    *___*___*___*___*___*___*___*___*                programmed <-> dAniEL. hO------
    ----------------------------------------------------||                      ||^^
    ^^^^^^^^^^^^^^^^^^^^^^^^ÛÿÛÿselect game mode:- demo.play- single- 2.player- demo
    .play   |   |   |   |   |   |   |
    *___*___*___*___*___*___*___*___*
    |   |   |   |   |   |   |   |   |
    *___*___*___*___*___*___*___*___*
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  3. #3
    Registered User Nutshell's Avatar
    Join Date
    Jan 2002
    Posts
    1,020
    Hi it's suppose to look like the attached image. The thing is that i can no longer use down and up arrow keys to choose my game mode. But it was working before and nothing is modified.
    Last edited by Nutshell; 01-26-2003 at 09:05 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compile problem on linux
    By cnb in forum C Programming
    Replies: 3
    Last Post: 09-29-2008, 04:14 AM
  2. Replies: 9
    Last Post: 09-14-2008, 02:35 PM
  3. Weird printf() problem
    By stanlvw in forum C++ Programming
    Replies: 2
    Last Post: 02-23-2008, 02:29 AM
  4. Weird problem on '02 3.4L V6 auto
    By VirtualAce in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 01-12-2006, 12:05 AM
  5. C++ compile problem
    By Rhuantavan in forum C++ Programming
    Replies: 3
    Last Post: 06-15-2002, 03:29 PM