Search:

Type: Posts; User: leopupo

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    10,464

    I've build it, but it still not works

    I've build it, but it still not works
  2. Replies
    10
    Views
    10,464

    Yes, i installed CDT plugin and i restarted after...

    Yes, i installed CDT plugin and i restarted after changes in PATH, but it did not work.
  3. Replies
    10
    Views
    10,464

    Compile C in eclipse

    I´m trying to compile C in eclipse (windows).
    I installed CDT, MinGW and set PATH with C:\MinGW\bin, but when compiling an ordinary Hello World, eclipse returns "failed no binaries found".
    What i´m...
  4. Replies
    12
    Views
    3,013

    That's a code for a double linked list. ...

    That's a code for a double linked list.


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

    struct celula
    {
    int item;
    struct celula *proximo;
Results 1 to 4 of 4