Search:

Type: Posts; User: marek.

Search: Search took 0.02 seconds.

  1. Replies
    11
    Views
    10,945

    Yes. Since it's a C programming class, your...

    Yes. Since it's a C programming class, your instructor probably wants you to *program* the table, not hard code it.

    You're being asked to figure out an algorithm for converting from decimal to...
  2. Replies
    3
    Views
    1,303

    What are good naming conventions?

    Usually the best coding convention is consistency with surrounding code.

    But when you're writing something from scratch, what are some good naming conventions?

    For instance:


    How do you...
Results 1 to 2 of 2