Thread: How do you think of my program?

  1. #1
    A Banana Yoshi's Avatar
    Join Date
    Oct 2001
    Posts
    859

    How do you think of my program?

    Foil Racing - Betting.

    I spend a lot of time on this one (2 weeks)...

    Tell me what you think of it.
    --------------------
    Engineer223
    Yoshi

  2. #2
    A Banana Yoshi's Avatar
    Join Date
    Oct 2001
    Posts
    859

    1 more file

    randint.h - must be in the same folder or your include folder. But, no big deal.
    --------------------
    Engineer223

    P.S. This program will generate a high score sheet named "high.hof".

    and change the *.c to *.h
    Yoshi

  3. #3
    I like it. You dont see many different concepts using text graphics.
    "There's always another way"
    -lightatdawn (lightatdawn.cprogramming.com)

  4. #4
    A Banana Yoshi's Avatar
    Join Date
    Oct 2001
    Posts
    859
    What do you mean by "concept"?
    Yoshi

  5. #5
    Registered User
    Join Date
    Sep 2001
    Posts
    7
    It won't work when I try to compile it in Turbo C++.

  6. #6
    A Banana Yoshi's Avatar
    Join Date
    Oct 2001
    Posts
    859
    I wrote it in Borland C++ 5

    I wrote "String" instead of "string".
    Restriction of string.h.
    Ohhh. I used toplist class <toplist.h>

    Sorry for the inconvenience. Try changing all "String" to "string" in the program.

    Library used:
    #include<stdio.h>
    #include<conio.h>
    #include<iostream.h>
    #include<stdlib.h>
    #include<lvp\string.h>
    #include<lvp\toplist.h>
    #include"randint.h" //<== My rand library
    Yoshi

  7. #7
    Registered User slick1537's Avatar
    Join Date
    Dec 2001
    Posts
    9

    Error

    I am getting an error compiling in Dev-C++ cause I don't have
    <lvp\string.h>
    <lvp\toplist.h>
    randint.h

    By the way, if I looks stupid right now, I am new to programming and am only half way through my C book. Can ya help me?

  8. #8
    Unregistered
    Guest

    Visual C++ Compile

    This Program is having trouble compiling in VC++.

    see. toplist.h

  9. #9
    A Banana Yoshi's Avatar
    Join Date
    Oct 2001
    Posts
    859
    Okay i have the "must" files.

    put them into a folder called "lvp" and put it into the include folder.

    BTW, I have compile it for you. (Look, I am so generous...)
    Yoshi

  10. #10
    A Banana Yoshi's Avatar
    Join Date
    Oct 2001
    Posts
    859
    I am getting an error compiling in Dev-C++ cause I don't have
    <lvp\string.h>
    <lvp\toplist.h>
    randint.h

    "randint.h" is my random number lib, of course you don't have it!!
    I've post up a download up on the second reply.
    Yoshi

  11. #11
    Registered User
    Join Date
    Oct 2001
    Posts
    375
    I like it. The code is very clean to read (despite some goto's ).. a tad linear but that can often be the best way, and in this case I think it was.. Creative. Good job.
    Allegro precompiled Installer for Dev-C++, MSVC, and Borland: http://galileo.spaceports.com/~springs/

  12. #12
    monotonously living Dissata's Avatar
    Join Date
    Aug 2001
    Posts
    341
    nice good job!
    if a contradiction was contradicted would that contradition contradict the origional crontradiction?

  13. #13
    Registered User slick1537's Avatar
    Join Date
    Dec 2001
    Posts
    9

    Cool

    Its pretty cool, but the boat thingy I bet on never won. Ssssshhh!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Issue with program that's calling a function and has a loop
    By tigerfansince84 in forum C++ Programming
    Replies: 9
    Last Post: 11-12-2008, 01:38 PM
  2. Need help with a program, theres something in it for you
    By engstudent363 in forum C Programming
    Replies: 1
    Last Post: 02-29-2008, 01:41 PM
  3. Replies: 4
    Last Post: 02-21-2008, 10:39 AM
  4. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM