Search:

Type: Posts; User: thlgood

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    781

    11169

    11169
  2. Replies
    1
    Views
    781

    Hey, my programmer "LC-display".

    this problem is from 1102 -- LC-Display

    maybe, you have better code...

    this is my code:



    /**********************************
    * Name: LC-display
  3. It works thank you

    It works thank you
  4. Thread: fgets vs gets

    by thlgood
    Replies
    5
    Views
    5,225

    gets(s1) is unsafe when user input more than 80...

    gets(s1) is unsafe when user input more than 80 chars
  5. Linux programming problem Bad file discriptor

    This is my code


    #include <stdio.h>
    #include <unistd.h>
    #include <fcntl.h>
    #include <string.h>
    #include <stdlib.h>
  6. Codeblocks is my choice!

    Codeblocks is my choice!
  7. Yes I read it. But it's a big challenge for me...

    Yes I read it.

    But it's a big challenge for me to understand some man pages...

    Thx
  8. I have a problem in Linux programming about file read and write

    If file is not exist,create it and write a string into it, else write a string into this file.

    but the problem is that open() return a bad file descriptor if this file is exist.

    code:



    /*...
  9. Replies
    7
    Views
    4,879

    For example: when you have 1000 numbers, if you...

    For example:
    when you have 1000 numbers, if you don't use arrays. you will find it's hard to sort these numbers...
Results 1 to 9 of 9