Search:

Type: Posts; User: LunaLux

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    917

    It's definitely not that it's not good enough....

    It's definitely not that it's not good enough. It's not that at all.

    It's just that the error I am looking for is not as complex as that. I don't have an exact idea of what it is (if I did I...
  2. Replies
    6
    Views
    917

    Hm. I shall try that for knowledge's sake. Thank...

    Hm. I shall try that for knowledge's sake. Thank you for the suggestion.

    However, I know there's a way to print those two letters out.. Just have yet to find the error. If I still manage find it I...
  3. Replies
    6
    Views
    917

    Thanks for posting. I added it in now in the...

    Thanks for posting. I added it in now in the original post. =)
    The T and H are basically markers for each second the timer continues.
  4. Replies
    6
    Views
    917

    Output Printing Error - Loop/Function

    Hey all. I'm currently working on a race program from a textbook. Basically, the program is meant to show a T and an H on each line, until both of the contenders reach a value 70 (through a counter)...
  5. Replies
    7
    Views
    2,511

    Ohhhhhh... /facepalm. So many hours for...

    Ohhhhhh... /facepalm.

    So many hours for something so simple, egads. -.-

    That's such a... Sensible way to test. Will add it to the list of things to check and use printf() statements within...
  6. Replies
    7
    Views
    2,511

    This is a program adapted from 'C: How to...

    This is a program adapted from 'C: How to Program, Deitel & Deitel' by our lecturer, so to speak. He gives us about 25 programs from there a week, from which we can attempt. I don't know how to...
  7. Replies
    7
    Views
    2,511

    The values I need to input by the way are only up...

    The values I need to input by the way are only up until decimal number 256. I'm also trying to use it without 'sizeof'... Just if statements and while/for loops, and printf(). What you mentioned is...
  8. Hm. It really can vary. I usually only buy gifts...

    Hm. It really can vary. I usually only buy gifts for these reasons, and they're not always consistent:

    1. Birthday (which can be schemed way in advance, or something they want)
    2. Randomly,...
  9. Replies
    7
    Views
    2,511

    Error in loop - Decimal to Binary

    Hey all!

    I only included the part of my task that contains the code that is not working. The conversion has to be done without arrays, no recursive functions, and using the stdio.h and math.h...
  10. *2 weeks later* After reading this thread I...

    *2 weeks later*

    After reading this thread I begin to wonder how many females peruse this forum. =P

    As for your predicament, to be honest, you remind me of my brother.. Except in his case he...
  11. Replies
    5
    Views
    10,492

    Okay.. Basically someone suggested something...

    Okay.. Basically someone suggested something about input validation loops after I told him what Kevin posted, and found something which led me to put:



    x=0;
    while(x==0)
    {...
  12. Replies
    5
    Views
    10,492

    Thanks for the prompt reply! I shall try that now...

    Thanks for the prompt reply! I shall try that now and see how it goes.
    As a newbie, this forum seems awesome, I hope to be sticking around.

    - Tabs.
  13. Replies
    5
    Views
    10,492

    C: Default case in switch not working

    Hey all!

    I don't mind poring for hours over code and trying to learn something by doing things in different ways but this is just PAINFUL. I cannot figure out why the default statement will not...
Results 1 to 13 of 13