Search:

Type: Posts; User: RA-3000

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    1,556

    Thanks everyone. He keeps telling me that it...

    Thanks everyone. He keeps telling me that it should not work and I am wrong -_-
  2. Replies
    9
    Views
    1,556

    I call it like this (in the main function):...

    I call it like this (in the main function):
    op_erro = px(colunas, tdd, x);
  3. Replies
    9
    Views
    1,556

    Sorry for the portuguese. There is no...

    Sorry for the portuguese. There is no matriz[5][5]. That was an example. There is tdd[][].

    When I use this:
    aux_calculo = tdd[0][coluna];

    My teacher says it should not work and that I have to...
  4. Replies
    9
    Views
    1,556

    He says to me that I cannot use matriz[5][5]...

    He says to me that I cannot use matriz[5][5] because that doesn't exist.

    BTW, the allocation:



    float **criacao_tdd (int pola, int *c) //tdd[c][c+1] c= numero de pontos
    {
    float **tdd;
    ...
  5. Replies
    9
    Views
    1,556

    Problem Understanding this

    Hi everyone,

    I've been working on a program that I need to do for Numerical Analyses. I use memory allocation with a 2D array.

    I'm not really used to this, but my teacher says that the program...
  6. Replies
    3
    Views
    875

    Thank you :D I didn't noticed that :D I...

    Thank you :D I didn't noticed that :D



    I didn't know that I could do that, thank you :D
  7. Replies
    3
    Views
    875

    Problem programming :s

    Hi everyone,

    First of all, since I'm Portuguese I may do some grammatical errors, so sorry for that.

    I'm programming in C a program to order a structure. This program is a work that I need to...
Results 1 to 7 of 7