Search:

Type: Posts; User: Mr Pro Pop

Search: Search took 0.01 seconds.

  1. Solution!

    Here is how it should work:




    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
  2. Replies
    4
    Views
    4,427

    I am not sure if I totally understand your...

    I am not sure if I totally understand your question, but you have tons of error as whiteflags said.

    Here is a working code:


    #include <stdio.h>
    int main (void)
    {
    unsigned i, array[5] =...
  3. #include #include #include...

    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>




    int main() {
  4. Replies
    3
    Views
    2,095

    Ahh. And how do I fix that?

    Ahh. And how do I fix that?
  5. Replies
    3
    Views
    2,095

    Multi tasking - Printing problem!

    Hello everyone! I have lately started learning multi-tasking to use it in my project, but I have a small problem while printing messages. I have 3 tasks that I want to run at the same time.
    1-)...
Results 1 to 5 of 5