Search:

Type: Posts; User: thinice16

Search: Search took 0.00 seconds.

  1. Thread: scandir help

    by thinice16
    Replies
    11
    Views
    9,553

    the fprintf is not working but the printf is...

    the fprintf is not working but the printf is working.
  2. Thread: scandir help

    by thinice16
    Replies
    11
    Views
    9,553

    the fprintf is not working its printing random...

    the fprintf is not working its printing random numbers in the file were the directory names are supposed to be.
  3. Thread: scandir help

    by thinice16
    Replies
    11
    Views
    9,553

    Can yall help this is as far as i got. ...

    Can yall help this is as far as i got.



    #include <dirent.h>
    #include <stdio.h>
  4. Thread: scandir help

    by thinice16
    Replies
    11
    Views
    9,553

    I kinda need a little but more from the example...

    I kinda need a little but more from the example because im still not getting it i get confused working with directories but i can work with files which is funny but if you can write a simpler example...
  5. Thread: scandir help

    by thinice16
    Replies
    11
    Views
    9,553

    scandir help

    Im currently trying to make a search program that will scan directories and get all the file names and i heard you can do it with scandir but i need a little example to get me going.
  6. Replies
    2
    Views
    1,540

    directory help

    I was curious is there a C function that can rename directories?
  7. Replies
    6
    Views
    1,544

    Should i do it like this? while(1) { ...

    Should i do it like this?



    while(1) {

    fgets(filetext,2048,stdin);
    filetext[strlen(filetext) -1] = '\0';
    printf("[&#37;s]",filetext);
    if(strstr(filetext,"~")) {
  8. Replies
    6
    Views
    1,544

    Newline problem

    I need help i cant figure out how to delete this newline without deleting it from the file if you know what i mean heres my code the problem is in the while loop.Because if i delete the newline right...
  9. Thread: text files

    by thinice16
    Replies
    5
    Views
    1,509

    Linux Slackware.

    Linux Slackware.
  10. Thread: text files

    by thinice16
    Replies
    5
    Views
    1,509

    text files

    I was curious how to lock a text file and unlock it?
  11. Replies
    3
    Views
    2,012

    string manipulate

    I want to take all of a specific letter from a string and insert another letter were the old ones were i just cant figure out how.For example say you enter the string "goodbye" and i want to change...
  12. Replies
    3
    Views
    1,402

    It works now thanks guys. :)

    It works now thanks guys. :)
  13. Replies
    3
    Views
    1,402

    directory help

    I need help im trying to make a little program that just changes the current directory but i get a segmentation fault.



    #include <stdio.h>
    #include <unistd.h>


    int main() {
  14. Replies
    4
    Views
    4,064

    I know most of the basics im just new to the...

    I know most of the basics im just new to the whole framebuffer thing.


    -thanks
  15. Replies
    4
    Views
    4,064

    Linux framebuffer

    I was curious if its possible to make a cool gui using the linux framebuffer if so can anyone give me a example?


    -thanks
Results 1 to 15 of 15