Search:

Type: Posts; User: Dudealadude

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    2,026

    Undefined Reference

    When I try to makefile my C programs, I get the message "Undefined reference: 'read_line' in main()". it also does this for out_lines. Can someone tell me why it's doing this?

    makefile:

    sort:...
  2. Replies
    2
    Views
    772

    Pointers and Arrays

    Hello everyone,

    I'm trying to build a program to evaluate fully parenthesized expressions. We have to use stacks, and we have to use pointers to point to the stacks. I'm having a lot of trouble...
Results 1 to 2 of 2