Search:

Type: Posts; User: ogglock

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    11,666

    Oh right forgot about that, thanks for reminding...

    Oh right forgot about that, thanks for reminding me.
  2. Replies
    2
    Views
    11,666

    Using strcpy on a struct

    Hi, I am trying to use strcpy on a member from a structure, but my program crashes when i try to run it.

    Here are the structures:



    typedef struct
    {
    char last[NAMESIZE];
    char...
  3. How would I fix this incompatible pointer type warning

    Hi I'm trying to pass in argv into a function that checks the arguments and assigns values for the arguments passed it. When I try to pass in argv, i get the following warning

    a2.c:80: warning:...
Results 1 to 3 of 3