Search:

Type: Posts; User: Laila Sawyer

Search: Search took 0.00 seconds.

  1. SWEET JESUS. You go on and on about logic and yet...

    SWEET JESUS. You go on and on about logic and yet you don't seem to hear any of mine. For the last time, I'm was not confused about the "then you can go play" part, I was unsure whether if this...
  2. I understand that it means that "if this...

    I understand that it means that "if this condition is true, do this stuff". OF COURSE. That is the very basic premise of a loop, or hell even an if statement. You are not paying attention to what I...
  3. Quzah - yes I DO mean to say that "do stuff A"...

    Quzah - yes I DO mean to say that "do stuff A" and "do stuff B" is less complicated and more clear/obvious than every other example you provided. Are you seriously meaning to tell me it is not? The...
  4. VERY HELPFUL, my class notes did not lay it out...

    VERY HELPFUL, my class notes did not lay it out so simply (sometimes professor glaze over what to them seems obvious). Thank you, I am saving this page for future reference and for studying for my...
  5. Thank you subhash.rao, that's exactly what I...

    Thank you subhash.rao, that's exactly what I needed. I think the second loop is exactly what I was going for, and in a sense the code seems obvious, if it were not for the "else if (|x|<=tol)" part....
  6. I'm not asking you for judgement on my homework...

    I'm not asking you for judgement on my homework habits, Matticus, and I really don't think that's your place anyhow. Everyone deals with their own personal issues; the only reason I specifically...
  7. I am not asking anyone to do my entire assignment...

    I am not asking anyone to do my entire assignment for me, and I genuinely do not understand how a for or while loop could be applied to a situation like this. I have wracked my brain for several...
  8. Total C newbie -- PLEASE HELP with writing a LOOP, asap!!!!

    Hi guys, please help me out as i am a complete newbie when it comes to C programming. I have the following code (as shown below). As you can see, it is a series of if/elseif statements. I'm very much...
  9. You know what, you're completely right. I've been...

    You know what, you're completely right. I've been fixing it since seeing your edit on you previous post, and it works! Gahh, this is the part where I bang my head against the wall.. haha. Thank you...
  10. Andrew - thanks for your helpful reply, I've...

    Andrew - thanks for your helpful reply, I've stared and stared at my code and tried to figure out the answer to that same question you asked a million times already myself. I wish I knew! This is...
  11. The code does work for larger values, so I don't...

    The code does work for larger values, so I don't see how I have "nothing." This method was one of two methods hinted at by my professor, so I know that if I could modify my current code in some way...
  12. Thanks to whoever fixed the inlining code issue...

    Thanks to whoever fixed the inlining code issue for me, although this would not have required you to download a file seeing as it would have opened right in the browser. Either way, my mistake.
    ...
  13. Beginning C programming class, decimal to binary conversion code!! Please HELP!!!!?

    I am one week into a beginning C programming course and so far we have reached if statements, and nothing further (no while loops, just basic defining of variables, using relational operators, the if...
Results 1 to 13 of 13