Thread: Please Try out my Utility Program!!!

  1. #16
    Registered User
    Join Date
    Jul 2002
    Posts
    22

    Talking randomize.

    I'm using randomize....working on an update right now to Ultra-Rand..one to select what random number between X and X...i really didnt mean this as competition to calc.exe, i originally compiled it for myself, to do my math homework and computer science...but since everybody likes it so good, ill probably keep it up for download...i originally based this program off of klinner1's computer utensil, but once i beat his interface, and features, that all went to H-E-Double-Hockeysticks....computer utensil 1.0 has a slightly less functional calc to my ultra-calc, and the hex code features are basically the same, although Comp-Master 1.0 has the random feature, which i'm updating, Computer Utensil is probably pretty inferior (no offense to you, daniel, cause i just know youll see this, you check my posts virtually every day) I have the slight feeling that klinner1 is going to make a huge update to computer utensil, so i had better work fast to keep up..

  2. #17
    Registered User subdene's Avatar
    Join Date
    Jan 2002
    Posts
    367
    For the menu system you might want to try taking the users input into a big buffer, typically 512, and perform atoi on the buffer array. Pass the retruned value through a switch structure, and use the default option for invalid entries. At the moment, the program crashes by entering invlaid options.
    Be a leader and not a follower.

  3. #18
    Registered User
    Join Date
    Jul 2002
    Posts
    9
    Hey, nice work!

    I'm workin' on my first real program too... Just don't know what to include in it...

    I'm 13 also, but age doesn't matter!

  4. #19
    Carnivore ('-'v) Hunter2's Avatar
    Join Date
    May 2002
    Posts
    2,879
    Heheh, your ultra-rand isn't working so well... I tried 10 times. the first couple numbers were pretty close together; then for the next 5 or 6, each number was exactly 3 greater than the previous one... I don't know if I could do any better though, so I guess I won't criticize you (I'm only 15! ).

    *BTW, I tried making a Windows calculator before, but sacked it when I found out the highest number I could input had (I think) less than 10 digits... so naturally, I had to shrink the edit box that you type in - when it was done shrinking, it was just over half an inch long
    Just Google It. √

    (\ /)
    ( . .)
    c(")(") This is bunny. Copy and paste bunny into your signature to help him gain world domination.

  5. #20
    Registered User
    Join Date
    Jul 2002
    Posts
    6
    I had no issues with ASCII stuff, maybe it's just me. The random thing yes needs work, but all in all it's a nice program. My first calculator program was, needless to say, pathetic. Very good! I'm 15, and i started programming at about 13, and I was still on "Hello World" at that point. Now I'm on to Windows programming. Very good again, definitley a keeper, don't toss it!

    Brendan

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. which utility in UNIX
    By Ron in forum C Programming
    Replies: 15
    Last Post: 06-19-2008, 08:23 AM
  2. BOOKKEEPING PROGRAM, need help!
    By yabud in forum C Programming
    Replies: 3
    Last Post: 11-16-2006, 11:17 PM
  3. Can someome help me with a program please?
    By WinterInChicago in forum C++ Programming
    Replies: 3
    Last Post: 09-21-2006, 10:58 PM
  4. how to call the utility sort from within a C program?
    By Unregistered in forum C Programming
    Replies: 2
    Last Post: 02-25-2002, 04:03 PM