Search:

Type: Posts; User: Protolocke

Search: Search took 0.01 seconds.

  1. There's nothing in the compiler settings that...

    There's nothing in the compiler settings that will help, and I can't find project settings. Thanks for the help though guys
  2. My file does end in .c, and I'm using the GNU GCC...

    My file does end in .c, and I'm using the GNU GCC compiler.
    I uninstalled MinGW and then reinstalled so that the g++ compiler option was unchecked. It turns out that codeblocks is still trying to...
  3. Singly linked lists tutorial, problem with malloc

    I'm having a problem with the tutorial on linked lists (Cprogramming.com Tutorial: Linked Lists).
    When I try to build this code, I come up with an error.


    #include <stdio.h>
    #include <stdlib.h>...
Results 1 to 3 of 3