Search:

Type: Posts; User: ayoros

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,128

    fixed :)

    fixed :)
  2. Replies
    4
    Views
    1,128

    but.. could I get their contents and add them or...

    but.. could I get their contents and add them or anything else?
  3. Replies
    4
    Views
    1,128

    adding pointers?

    Hello everybody

    I have a problem when I try to add two pointers, I explain myself: The code below is the result of "compiling" another code portion using a compiler I'm doing. I need the code has...
  4. Thread: pointers doubt

    by ayoros
    Replies
    6
    Views
    1,267

    Sorry but I think I'm not explaining myself very...

    Sorry but I think I'm not explaining myself very well...

    I need to do that because I'm making a compiler for PHP in a intermediate code that I have to compile then with gcc.

    To translate...
  5. Thread: pointers doubt

    by ayoros
    Replies
    6
    Views
    1,267

    pointers doubt

    hello friends

    i'm trying to generate in an intermediate code (almost C) a function, with labels and gotos and i have this problem with the pointers (maybe i wont never understand pointers).


    ...
  6. Replies
    2
    Views
    978

    yeah, using numFich to limit the loop..it works....

    yeah, using numFich to limit the loop..it works. I thoght my problem was about pointers (I've forget all that stuff...).

    Thank You Salem!
  7. Replies
    2
    Views
    978

    comparing pointers/strings

    Hello, I have a problem of segment violation in the strcmp line.

    First I use "guardaFichero" and when i try to search the string with the function "buscaFichero" it fails, can you help me please?...
  8. Replies
    7
    Views
    1,501

    I've read this documentation and it seems too...

    I've read this documentation and it seems too dificult and I have no much time, but it's ok, I've found a solution with a simple memory allocation.

    Thank you all, see ya
  9. Replies
    7
    Views
    1,501

    I'checked all your comments (thank you guys) and...

    I'checked all your comments (thank you guys) and I think my problem actually is about the memory and what vart has written...

    How can I resolve that? Do you know about a good guide or FAQ or...
  10. Replies
    7
    Views
    1,501

    make a preprocessor

    Hello everybody, i'm a computing student and i'm working in making a php compiler.

    I have to make something like a preprocess to treat the #include sentences contained in the php scripts. I'm...
Results 1 to 10 of 10