Search:

Type: Posts; User: Brian

Search: Search took 0.03 seconds.

  1. Replies
    53
    Views
    9,307

    emacs rules. x-windows : x-emacs is good. I...

    emacs rules.

    x-windows : x-emacs is good.

    I don't know if there's a windows implementation, there's definately a dos one.
  2. Replies
    53
    Views
    9,307

    argc is the number of command line arguments and...

    argc is the number of command line arguments and *argv[] is a character array containing the programs name and command line arguments.

    argv[0] = the program's path
    argv[1] = the first argument...
  3. Replies
    53
    Views
    9,307

    See the post called Operating Systems.

    See the post called Operating Systems.
  4. Replies
    53
    Views
    9,307

    JavaOS

    JavaOS
  5. Replies
    53
    Views
    9,307

    Java is an OS, isn't it?

    Java is an OS, isn't it?
  6. Replies
    53
    Views
    9,307

    Well, actually when I finished editing, your post...

    Well, actually when I finished editing, your post was still non existant.
  7. Replies
    53
    Views
    9,307

    No, it's our language, we invented it. Stick to...

    No, it's our language, we invented it. Stick to it or get your own.
    :D

    [That mum/mom post was actually a troll. Don't feed me.]
  8. Replies
    53
    Views
    9,307

    The correct spelling of the shortened version of...

    The correct spelling of the shortened version of Mother.
  9. Replies
    53
    Views
    9,307

    You spelt "mum" incorrectly.

    You spelt "mum" incorrectly.
  10. Replies
    53
    Views
    9,307

    Maybe it's a pre-ANSI whitespace thingy, and "old...

    Maybe it's a pre-ANSI whitespace thingy, and "old school" programmers haven't changed.
  11. Replies
    53
    Views
    9,307

    What's your prefered program layout?

    Some people do:


    #include <stdio.h>

    int main(void) {
    printf("Hello, world,");
    if(1) {
    printf(" and goodbye.");
    }
Results 1 to 11 of 11