Search:

Type: Posts; User: amy589

Search: Search took 0.01 seconds.

  1. Replies
    26
    Views
    3,750

    banshee. ive looked, how do i find from a file...

    banshee.

    ive looked, how do i find from a file and replace to an outputted file.
  2. Replies
    26
    Views
    3,750

    char str1[]="Sample string"; char str2[40]; ...

    char str1[]="Sample string";
    char str2[40];
    char str3[40];
    strcpy (str2,str1);
    strcpy (str3,"copy successful");
    printf ("str1: %s\nstr2: %s\nstr3: %s\n",str1,str2,str3);
    return 0;
    ...
  3. Replies
    26
    Views
    3,750

    but i have to do that from a file...

    but i have to do that from a file...
  4. Replies
    26
    Views
    3,750

    sorry banshee

    sorry banshee
  5. Replies
    26
    Views
    3,750

    ive been searching on google and i cant find...

    ive been searching on google and i cant find anything to do with <cstring> in relation to find and replace. Im using putty
  6. Replies
    26
    Views
    3,750

    where are those pages...i cant find them!

    where are those pages...i cant find them!
  7. Replies
    26
    Views
    3,750

    ok...so how do i code that

    ok...so how do i code that
  8. Replies
    26
    Views
    3,750

    please dont abandon me now! How do i do the find...

    please dont abandon me now! How do i do the find and replace stuff?
  9. Replies
    26
    Views
    3,750

    i have not heard of that...so iguess i would have...

    i have not heard of that...so iguess i would have to go with the 'large enough' assumption...what ever that is!!
  10. Replies
    26
    Views
    3,750

    no, the word i have to find is 'be' and the word...

    no, the word i have to find is 'be' and the word i have to replace is 'there'. So they are not the same size.
  11. Replies
    26
    Views
    3,750

    do i do some sort of loop or if? I really have no...

    do i do some sort of loop or if? I really have no idea!! and i think it shows!!
  12. Replies
    26
    Views
    3,750

    yes, ive been reading about those functions but...

    yes, ive been reading about those functions but im not allowed to use them! Ive been reading some other posts that have a similar sort of thing but they all use <string> and im not sure how to use it...
  13. Replies
    26
    Views
    3,750

    oh ok. How would i go about doing that?

    oh ok. How would i go about doing that?
  14. Replies
    26
    Views
    3,750

    please help!...find and replace

    Hi!
    I'm doing a basic course at uni and i have an assignment where i have to prompt the user for a file name; find if the file exists, and then propt the user for a word to find in the file, and...
  15. Replies
    26
    Views
    3,750

    please help!...find and replace

    Hi!
    I'm doing a basic course at uni and i have an assignment where i have to prompt the user for a file name; find if the file exists, and then propt the user for a word to find in the file, and...
Results 1 to 15 of 15