Search:

Type: Posts; User: cantCu

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    5,168

    For example, "__" (two underlines), " " (a...

    For example, "__" (two underlines), " " (a whitespace), "::" (two double points) are a pattern that the code is supposed to find.
    Those patterns determine where a new substring begins.

    "he::llo"...
  2. Replies
    2
    Views
    5,168

    printing the longest suffix after a pattern

    Hello,

    I'm new to C language and I'm struggling quite a bit.

    I'm trying to play around with patterns. So far, I managed to print out the amount of substrings between a certain pattern, for...
Results 1 to 2 of 2