Search:

Type: Posts; User: StruggleBot

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    5,554

    Thanks Salem that helps

    Thanks Salem that helps
  2. Replies
    4
    Views
    5,554

    Importing C libs that aren't in stdlib

    Hello all. I have a function that I want to call that belongs to a C program, net-tools/rarp.c at master * ecki/net-tools * GitHub ... Since the net-tools package isn't standard on Ubuntu, it...
  3. Ah that's pretty neat... thank you

    Ah that's pretty neat... thank you
  4. How to add a char array to an existing array of char arrays?

    Sorry the title sounds like a tongue twister. If I have an array of arrays like so:


    char *specials[24] = {
    "and", "or", "not", "equal", "plus", "minus",
    "times", "slash",...
  5. Replies
    10
    Views
    6,805

    Okay thank you all very much for the help!

    Okay thank you all very much for the help!
  6. Replies
    10
    Views
    6,805

    I had originally tried strcpy with no luck......

    I had originally tried strcpy with no luck... possibly because I wasn't initializing char arrays like you did in your version... cool.. Thanks for pointing out the memset issue too... I think I had...
  7. Replies
    10
    Views
    6,805

    Ok I made a few edits for readability... I still...

    Ok I made a few edits for readability... I still seem to be having the same issue though... Any pointers? :cool: sorry... haha... oh and I am interning as a Python developer.... To be honest... I can...
  8. Replies
    10
    Views
    6,805

    Hmmm I tried changing the array size mentioned in...

    Hmmm I tried changing the array size mentioned in each of all above posts. I still can't seem to print that final output though? Thank you for replying...
  9. Replies
    10
    Views
    6,805

    Possible pointer issues...

    Hello... I'm trying to learn C after using a higher level language for several years. Honestly I feel like I am learning to walk again... Having a tough time!

    In the code below I am attempting...
Results 1 to 9 of 11