Search:

Type: Posts; User: anatoly

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    2,469

    Hey thanks for the fast replies, they pointed me...

    Hey thanks for the fast replies, they pointed me to a solution :)

    The code still doesn't compile with only those modifications. What I did was move every structure declaration to common.h file. ...
  2. Replies
    5
    Views
    3,827

    What exactly is wrong with the output? :x

    What exactly is wrong with the output? :x
  3. Replies
    5
    Views
    2,469

    Thanks ^^ that got me rid of most errors. I...

    Thanks ^^ that got me rid of most errors.

    I did that, plus changed every piece of code in line.h and t_location.h:
    "Line" => "struct Line"
    "t_location" => "struct t_location"

    But I'm still...
  4. Replies
    5
    Views
    2,469

    Odd error on header file inclusion

    Hey all!

    I just got some strange error when including a header file. It's a lot of code, but I'm really clueless on why this happens and how to fix it.

    Full code:...
  5. Replies
    4
    Views
    41,168

    Hey! Thanks for the quick replies. I...

    Hey!

    Thanks for the quick replies.

    I (probably) accidentally solved it. Not sure what I did. I just closed the IDE in rage, and when I came back and did the makeclean-makeall thing, everything...
  6. Replies
    4
    Views
    41,168

    gcc warning: implicit declaration of function

    Hi all!

    This is my first post in here. I disliked C for a long time, but now that I'm getting the hang of it, I like to do stuff with it.

    I'm getting a 'Implicit declaration of function'...
Results 1 to 6 of 6