Search:

Type: Posts; User: search

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    3,770

    hmm.. thx, but i'm not returning the size (i...

    hmm.. thx, but i'm not returning the size (i can't) isn't that what your code snippet does?

    the way i have my function now with the int pointer, is that how its supposed to be?
    how do i use my...
  2. Replies
    7
    Views
    3,770

    well here is my whole parse method, to make it a...

    well here is my whole parse method, to make it a little easier to understand i guess:



    int parse(char *newargv[], int *newargvSize)
    {
    char word[STORAGE];
    int returnValue = 0;
    ...
  3. Replies
    7
    Views
    3,770

    thanks for this fast reply! yeah i'm returning...

    thanks for this fast reply!

    yeah i'm returning a different value already, because i call another function in my parse function, forgot to mention that.

    i tried to do it with pointers. i just...
  4. Replies
    7
    Views
    3,770

    int value passed to function

    hey guys
    this is probably an easy question to answer, but i just dont get it.

    i have a main method where i call a function parse: something like that:



    int main()
    {
    char...
Results 1 to 4 of 4