Search:

Type: Posts; User: KrisKnife

Search: Search took 0.01 seconds.

  1. Replies
    14
    Views
    16,139

    That's cool! Care to recommend a book on gcc? ...

    That's cool! Care to recommend a book on gcc?

    How would I do that if I were cross-compiling for a different platform, to examine the assembly source a program would create for it? And how would...
  2. Replies
    14
    Views
    16,139

    I'm tired of dealing with forced complexity of...

    I'm tired of dealing with forced complexity of mandatory object-orientation found in Java. I really don't see the point to half the things I do - most of the time it's simpler and much easier to not...
  3. Replies
    4
    Views
    4,685

    Q1. How do I get a job? A1. Get experience. ...

    Q1. How do I get a job?
    A1. Get experience.

    Q2. How do I get experience?
    A2. Get a job.
  4. Replies
    14
    Views
    16,139

    I use Linux. Want to do CS 50 and then the...

    I use Linux. Want to do CS 50 and then the dragon compiler book, hence my desire to learn C.
  5. Replies
    14
    Views
    16,139

    What tools exist to facilitate C programming?

    I'm coming from Java, where I'm used to things like debuggers, static type checking, and object inspectors. C seems difficult not due to the language itself so much as my inability to figure out...
  6. Replies
    385
    Views
    727,234

    Sticky: Just posting to make sure my account is verified...

    Just posting to make sure my account is verified after changing emails.

    Also I only see one active non-sticky thread in the General Discussions board. Is that normal?
  7. I will have at least 5 arguments, but I'm not...

    I will have at least 5 arguments, but I'm not sure what to do when one argument is present but others aren't.

    Arguments
    1. File to process or path to file (string)
    2. Pattern to search for...
  8. I keep forgetting that C is not Java or Python...

    I keep forgetting that C is not Java or Python...
  9. Arguments to C console program on Windows

    I'm trying to make a C console program that accepts arguments. Right now I'm checking that all the parameters are read correctly.

    I use codeblocks.

    Here is my code:


    #include <stdio.h>...
Results 1 to 9 of 9