Search:

Type: Posts; User: Talos

Search: Search took 0.01 seconds.

  1. Thread: What is wrong?

    by Talos
    Replies
    5
    Views
    1,831

    Thanks a million, that did the trick. Such a...

    Thanks a million, that did the trick. Such a stupid mistake :)
    (also had to insert a few other things, but now it works)
  2. Thread: What is wrong?

    by Talos
    Replies
    5
    Views
    1,831

    sprintf(temp,"%s",pos);...

    sprintf(temp,"%s",pos);
    strncat(res,zin,(strlen(zin)-strlen(temp)));
    strcat(res,Vervang);
    sprintf(temp,"%s",pos+strlen(Kode));
    strcat(res,temp);
    strcpy(zin,res);


    Adapted this a bit. I found...
  3. Thread: What is wrong?

    by Talos
    Replies
    5
    Views
    1,831

    What is wrong?

    Hi

    Can someone find out what is wrong? Program reads input from the keyboard and should replace some strings that are found in 'opmaak.txt' I found that the Content of 'Kode' changes when...
  4. Thread: Several problems

    by Talos
    Replies
    8
    Views
    1,327

    The code I posted earlier wasn't code I wrote,...

    The code I posted earlier wasn't code I wrote, but I have begun writing my own code.

    The first thing that I want to do is let the user enter sentences until some keypress to stop. And save these...
  5. Thread: Several problems

    by Talos
    Replies
    8
    Views
    1,327

    Found this code somewhere, (didn't know bumping...

    Found this code somewhere, (didn't know bumping wasn't allowed so I post it here) it should do what I want to do.


    struct list{
    char text[255];
    int num;
    struct list *next;
    struct list...
  6. Hmm found this old thread, and this code is more...

    Hmm found this old thread, and this code is more or less what I need for what I want to make(with some adaptation here and there)
    But I can't seem to find out what types the variables should be,...
  7. Thread: Several problems

    by Talos
    Replies
    8
    Views
    1,327

    No C++, C only :-)

    No C++, C only :-)
  8. Thread: Several problems

    by Talos
    Replies
    8
    Views
    1,327

    Ik know that but it's a bit more complicated :-)...

    Ik know that but it's a bit more complicated :-)

    eg:

    char string[]="Test test [ B] TEST [/B ] test"
    is my string, and I need to replace the following:
    [B ]= \33\50\163\63\102
    [/B ]=...
  9. Thread: Several problems

    by Talos
    Replies
    8
    Views
    1,327

    Several problems

    Hi

    I'm kindoff new to C-language so I've got a few questions.
    I'm trying to make a program where the user first can enter some text (like in notepad or word or something like that in other words,...
Results 1 to 9 of 9