Search:

Type: Posts; User: Krullt

Search: Search took 0.00 seconds.

  1. Thread: Clearing.

    by Krullt
    Replies
    3
    Views
    1,152

    thanks guys. This was what i was looking for i...

    thanks guys. This was what i was looking for i appreciate the advice...

    until next time
    :p
  2. Thread: Clearing.

    by Krullt
    Replies
    3
    Views
    1,152

    Clearing.

    Hey all,

    Just a simple question. How do you cleasr variables from a program. Such as I am writing a Craps program in c.. and yes this is a class assignment.. and i have it working but at one part...
  3. Replies
    3
    Views
    1,732

    I'm sorry i figured out what i was doing wrong.....

    I'm sorry i figured out what i was doing wrong.. i had one of my variables set up to be an address in my output ie i had the & in my printf statement and was unable to get the outout to come out...
  4. Replies
    3
    Views
    1,732

    oh here is my loop sorry forgot to post on the...

    oh here is my loop sorry forgot to post on the last message..

    do {
    smin = minute * S_PER_M;
    time= smin + second;
    temptime= tapetime - time;
    tmin = time/S_PER_M;
    tsec =...
  5. Replies
    3
    Views
    1,732

    Multi input to Output.

    Got a simple question.

    I'm doing a program where i have to input time as minutes and seconds. From this i have to have the input come out in a table. I have figured out how to do the input and...
  6. Replies
    0
    Views
    728

    urgent help please.

    Ok I am so lost here.. I take C programming at night and i have only had 2 classes so far. my instructor has assigned us to make a program that will print out a check with the numeric value and the...
  7. Thread: Help Please.

    by Krullt
    Replies
    8
    Views
    1,465

    ok here is what i have written.. the problem i am...

    ok here is what i have written.. the problem i am having is i don't know how to take my calculation and convert the answer in to words.

    IE

    $320 to three hundred and twenty


    #include...
  8. Thread: Help Please.

    by Krullt
    Replies
    8
    Views
    1,465

    2 into Two is what i am looking to do.. as...

    2 into Two is what i am looking to do..

    as for looking up the itoa function i have no listing of that in my book.. is it a function in C ??

    Thanks
  9. Thread: Help Please.

    by Krullt
    Replies
    8
    Views
    1,465

    Help Please.

    hello,

    Here's the deal, i am writing a cprogram for the first time and i have to convert numbers into words. Sucah as a check has the amount written in numbers and then the words. i have been...
Results 1 to 9 of 9