Search:

Type: Posts; User: samc2004

Search: Search took 0.00 seconds.

  1. The program is ok now. Thank you.

    The program is ok now. Thank you.
  2. I changed the *cust_name to cust_name[20] in the...

    I changed the *cust_name to cust_name[20] in the struc but still
    there is a problem.
  3. I have some problems reading struc from file

    The program is working except for few problems:


    1. If I initialize the cust_name with space it will not display apt_id for other items when I run the program next time but if I initialize it...
  4. Replies
    3
    Views
    1,020

    You are right it was off, I turned it on, and...

    You are right it was off, I turned it on,
    and the problem is solved .. many thanks.
  5. Replies
    3
    Views
    1,020

    Printing problem when I use NULL

    I initialize array with characters a2[3][4] from a1 array and I want to insert a NULL ‘\0’ to the items a2[i][4] in the array and then when I Print the array I don’t get all characters printed and I...
  6. Replies
    2
    Views
    848

    Thank you, I will try it.

    Thank you, I will try it.
  7. Replies
    2
    Views
    848

    How to convert double

    I have array of double arr1[10] how can i save it to array of int
    arr2[10], I main how to get integer part from the double and ignore the factionary part.
  8. Replies
    5
    Views
    2,891

    Thanks for all comments the program is working...

    Thanks for all comments the program is working now.
  9. Replies
    5
    Views
    2,891

    Thank you Hammer for your reply, but is it...

    Thank you Hammer for your reply, but is it possible to use For loop instead of While loop.
  10. Replies
    5
    Views
    2,891

    copying binary file

    Hi everybody,

    I am new in C I have learned it just couple of months ago, I wrote program that reads a file and it must copy it to another file in binary mode, also I must use fseek(),ftel() and...
Results 1 to 10 of 10