Search:

Type: Posts; User: bodydrop

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    2,940

    thanks both of you, i'll try it out. But, ahm,...

    thanks both of you, i'll try it out. But, ahm, what can i say, i didnt use those gcc settings. and Dev++ sux...

    thx
  2. Replies
    3
    Views
    2,940

    Segmentation Fault Problem: Urgent Help

    hei...ahm..this is not exactly protocol, but i need to solve this out imediatly. And yes, i do know you ppl dont do assigments, but hey, this is only one lil problem :D

    i'm getting a segmentation...
  3. Replies
    7
    Views
    2,039

    sorry, but let me see if i got it right: since...

    sorry, but let me see if i got it right: since arrays are actually pointers all function calls i make will modfy the array as if i had passed it as a pointer? wel, sorry, that sentence may not make...
  4. Replies
    7
    Views
    2,039

    Correct way to return arrays from functions

    This may sound like a stupid question, but i'm stuck on it.

    How do i properly return an array (the whole array, not just an element of it) from a function?

    the piece of code i have goes like...
  5. Replies
    12
    Views
    2,419

    that is correct (you got it first Welschy :D) ...

    that is correct (you got it first Welschy :D)

    also, you dont have to assign the number of elements of a unidimensional array when passing it to a function:


    void Func(int index,int...
Results 1 to 5 of 5