Search:

Type: Posts; User: pastabuster

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,922

    Problem with for

    Hi guys, need another time your help..

    At the moment i have to write a program what is dealing with the stack memory.. but that does not really matter, i actually have a mistake with my for loop.....
  2. Thread: Array

    by pastabuster
    Replies
    6
    Views
    709

    Ahh thank you, i finally changed everything and...

    Ahh thank you, i finally changed everything and now it works :)
    You are a really big help..
  3. Thread: Array

    by pastabuster
    Replies
    6
    Views
    709

    Ok first, thank you for the fast answers. I...

    Ok first, thank you for the fast answers.
    I updated my code as follows..


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




    float summe(float *array, int anzahl){
  4. Thread: Array

    by pastabuster
    Replies
    6
    Views
    709

    Array

    Hi guys, I got a problem with dynamic arrays in C

    Code

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




    float summe(float *array, int anzahl){
Results 1 to 4 of 4