Search:

Type: Posts; User: boucharafa

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    2,086

    Dear Cactus I'm using windows, i never tried...

    Dear Cactus

    I'm using windows, i never tried to use Unix, I actually don't know how to begin working with Unix, I bought a book about OpenBSD and when I asked my college on school about this one,...
  2. Replies
    8
    Views
    2,086

    Thank u so much Dave .

    Thank u so much Dave .
  3. Replies
    8
    Views
    2,086

    Library functions

    Hello,
    Can anybody tell me where I can find a good reference documentation for the C language including the Libraries and their functions like <stdio.h> with various of functions like scanf,...
  4. Thread: main()

    by boucharafa
    Replies
    18
    Views
    2,511

    Thanks but what do you use this word static :...

    Thanks but what do you use this word static :
    "static data and instructions that were statically linked"
  5. Thread: main()

    by boucharafa
    Replies
    18
    Views
    2,511

    hi, suppose I have this program: #include...

    hi,
    suppose I have this program:

    #include <stdio.h>
    /* This is "hello brewbuck"-program. */

    int main(void)
    {
    char * statement = "hello brewbuck!\n";
    while(*statement)
Results 1 to 5 of 5