Search:

Type: Posts; User: feyse

Search: Search took 0.00 seconds.

  1. Ok, I got it. Thank you :)

    Ok, I got it. Thank you :)
  2. Hello, finally a solve this problem.. Thank...

    Hello,

    finally a solve this problem.. Thank you for helping. Anyway now I have problem when I want to protect the input of bad character like ?!, and numbers. So I want to have on the input only...
  3. And I also heard about malloc and free function....

    And I also heard about malloc and free function. I know I have to use them in this case.
  4. I have it as subjects at school. But this is...

    I have it as subjects at school. But this is something new for me and I have problem with understand this problematics.. So I'm amateur at this time.
  5. Hello, so, firstly I made: char *arr;...

    Hello,

    so, firstly I made:


    char *arr;
    printf ("enter input");
    here some for {
    here sec. for {
    scanf("%c", &arr[raw][col]);
  6. Help with allocation of 2D dynamic array with unknown size

    Hello,

    I have problem with allocating 2D dynamic array with unknown size. Firstly I would like to create a 2D dynamic array, but the size I will get after the user's input.

    I heard about...
Results 1 to 6 of 6