Search:

Type: Posts; User: geekchick

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    6,765

    I've only been coding for 2 months. I'm sure it...

    I've only been coding for 2 months. I'm sure it takes a lot longer to write more concise code. Hope to get there soon.
  2. Replies
    4
    Views
    6,765

    Thank you John! Your code is beautiful! Hope to...

    Thank you John! Your code is beautiful! Hope to write code like you one day soon!
  3. Replies
    4
    Views
    6,765

    How to concatenate in C?

    I think I'm close but something is a little off with my algorithm. I'm writing a Caesar encryption and when I type: HELLO, it should return IFMMP but it's returning this:

    15663

    I'm taking a CS...
  4. Replies
    4
    Views
    30,125

    Thank you for your reply. I entered: ./main 5 ...

    Thank you for your reply. I entered: ./main 5
    And the output was 8.
  5. Replies
    4
    Views
    30,125

    How to find size of command line arguments?

    Question about C , is `argv' 8 bytes? Asking because I'm trying to find the sizeof of my command line arguments. It's returning 8 bytes, but was expecting 1, since I read that all command line args...
Results 1 to 5 of 5