Search:

Type: Posts; User: Arminel

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    1,432

    Add #include and just before return...

    Add #include <stdlib.h>

    and just before return 0; add a system("PAUSE");
  2. Replies
    6
    Views
    1,450

    Thanks for these hints. For me right now it's not...

    Thanks for these hints. For me right now it's not important making the program fast, but working. The fact is I don't really quite get it how to create that vocal stuff.

    char vocals[] = "aeiou";...
  3. Replies
    6
    Views
    1,450

    Vocals, palindrom...etc

    The requierments of the program are like this: "It reads from the keyboard a phrase of maximum 70 chars. Display one line under the other all the pairs of running vocals from the phrase as well as...
  4. Replies
    6
    Views
    1,726

    Thanks! Work fine now ;)

    Thanks! Work fine now ;)
  5. Replies
    6
    Views
    1,726

    The matrix has 5 columns and 1 lines. This...

    The matrix has 5 columns and 1 lines.
    This output is for the example I gave.
  6. Replies
    6
    Views
    1,726

    Matrix in a file. Help!

    I write a matrix in a text file as it shows the example:

    2 5 2 5 6
    2 3 4 6 3
    2 5 6 8 6

    I want to find out the number of lines and columns. I've started writing the code but I can't determine...
Results 1 to 6 of 6