Search:

Type: Posts; User: docetes

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,087

    String question

    does the following string declaration hold 25 or 24 characters

    char a[25];


    cheers
    Dave
  2. Replies
    2
    Views
    1,931

    c shell scripting!!

    does a system call return value??

    if not how would i get the menu choice to return some value


    #include <stdio.h>
    #include <sys/types.h>
    #include <sys/socket.h>
    #include <netinet/in.h>...
  3. Replies
    1
    Views
    2,178

    found an example #include ...

    found an example


    #include <stdio.h>
    #include <stdlib.h>

    #define SHELLSCRIPT "\
    for ((i=0 ; i < 10 ; i++))\n\
    do\n\
    echo \"Count: $i\"\n\
  4. Replies
    1
    Views
    2,178

    embedding shell comands in c code

    could anyone point me towards a tutorial that show me how to embed bash shell commands in c. i know it can be done in perl but my assingment is in c. I've tried google but after an hour of sifting...
  5. Thread: Binary files

    by docetes
    Replies
    2
    Views
    1,696

    cheers. You just saved me hours of trawling...

    cheers. You just saved me hours of trawling through ****
  6. Thread: Binary files

    by docetes
    Replies
    2
    Views
    1,696

    Binary files

    i'm doing an assignment with binary files and link lists.
    the following bit of code kinda works but it repeats the last entry from the file. I can't understand why. Any suggestions wud be greatly...
Results 1 to 6 of 6