Search:

Type: Posts; User: yahel

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    966

    I fount it, so dont bother. Thanx anyway!

    I fount it, so dont bother. Thanx anyway!
  2. Replies
    4
    Views
    966

    Sorry for the delay! Ive made something like...

    Sorry for the delay!

    Ive made something like that



    for (k=0;k<size;k++){
    for (j = 0; j <= (st[i].length - lenght2); ++j){
    for (i = 0; i < lenght2 && st[i].string[j] == input[i + j];...
  3. Replies
    4
    Views
    966

    Struck substring w/o strstr()

    Hello! I have o proble in c

    i have 3 stings on a struct (given from keyboard), and i want to find if a new string (from keyboard too) is a substring of the above 3 strings and the position tha it...
Results 1 to 3 of 3