Search:

Type: Posts; User: Jeff Mitchell

Search: Search took 0.00 seconds.

  1. Thank you, that's exactly what I was after! On a...

    Thank you, that's exactly what I was after! On a related issue, is there a way to edit all my HTML pages at once? In short, I'm after something that has the power of SED and GAWK, only that it has to...
  2. Need to auto-format a text file to HTML

    Grrrrr! I have a long list of quotations in a text file; the file contains no paragraphs, and each quote spans very far horizontally. I would like to add a


    <p>

    at the start of each line, and...
  3. Replies
    160
    Views
    1,230,839

    Sticky: Programming in C (3rd edition), by Stephen Kochan

    This book goes into good detail, in my opinion. Kochan does have an affection for maths, as well as prime and fibonacci numbers, which is somewhat annoying. Regardless, Kochan's book does teach...
  4. Ok, got it. I was always useless at division, and...

    Ok, got it. I was always useless at division, and I'm clearly missing a few fundamental principals (luckily I have 4 maths books in my room atm). One day when I get rich, I'll give back to the...
  5. Well how was I supposed to know that the decimal...

    Well how was I supposed to know that the decimal place was the remainder? I thought that C had a format for displaying the remainder, like: 0[insert random letter]2.

    I'll just take it for granted...
  6. Wanting to know why C handles this math question in the way that it does

    Hi folks,

    Easy question here: in the following program, I divide 2 by 10, and request the remainder as an integer result. Why the heck does this program give me a remainder of 2?


    #include...
Results 1 to 6 of 6