Search:

Type: Posts; User: Nada

Search: Search took 0.01 seconds.

  1. Thread: how fgets work ??

    by Nada
    Replies
    1
    Views
    1,892

    how fgets work ??

    Hello
    how function fgets works ???
    Thanks in advance
  2. Replies
    5
    Views
    1,237

    Hello , Thank you .Your code is correct ...

    Hello ,
    Thank you .Your code is correct

    FILE *f;
    f = fopen("filename.ext", "r");

    but my problem is : i need fopen not only work with filename.txt .What i need is at run time fopen take...
  3. Replies
    5
    Views
    1,237

    Thanks for reply i try the code it doesn't work...

    Thanks for reply
    i try the code it doesn't work :(
  4. Replies
    5
    Views
    1,237

    convert array type ??

    Hello every body
    how i can convert array type :
    char f[12] ;
    to the follwoing type :
    char *f ;

    because i want to use string saved in f[12] in the follwoing instruction :

    fopen(char...
  5. Replies
    3
    Views
    1,119

    look please to this code

    Hello every body
    i have the following problem :
    i have different directries .In each directry there are files .I want my program to
    1.scan these directries
    ...
  6. Replies
    5
    Views
    1,430

    Thaaaaaaks a lot for support

    Thaaaaaaks a lot for support
  7. Replies
    3
    Views
    20,128

    Thaaaaaanks a lot for support

    Thaaaaaanks a lot for support
  8. Replies
    5
    Views
    1,430

    Thanks a lot for reply But i want to get 01 ...

    Thanks a lot for reply

    But i want to get 01 form without using printf .In anther word , i need to save number in array or any think else then when i need it i just type array name and the...
  9. Replies
    3
    Views
    20,128

    get file extension

    Hello
    in my program i go to specific directry .From this directry i read files names and write them in the console BUT my problem is the following i want to display the names of files has (s)...
  10. Replies
    5
    Views
    1,430

    convet numbers with one digit

    Hello every body

    i want to conver numbers :
    0 , 1 , 2, 3,4 ,5 , 6, 7,8 , 9
    to the following forum :
    00 , 01 , 02 , 03, 04 , 05 , 06 , 07 ,08 , 09

    Thanks...
Results 1 to 10 of 10