Search:

Type: Posts; User: ahernan17

Search: Search took 0.01 seconds.

  1. Replies
    17
    Views
    4,040

    The errors read in this continuous format: ...

    The errors read in this continuous format:



    And it goes on doing that for every single function.
  2. Replies
    17
    Views
    4,040

    You'd think that'd be the problem but...

    There are no reports of these functions being declared more than once, which I find to be very odd.
  3. Replies
    17
    Views
    4,040

    I'm not even sure if that particular variable...

    I'm not even sure if that particular variable (optimized _image), is the problem.
  4. Replies
    17
    Views
    4,040

    I know that, but if I change to an actual pointer...

    I know that, but if I change to an actual pointer (optimized_image), all my functions become invalid because of "multiple definitions" which they aren't.
  5. Replies
    17
    Views
    4,040

    "*optimized_image", this is the one giving me...

    "*optimized_image", this is the one giving me trouble.
  6. Replies
    17
    Views
    4,040

    Yeah, it doesn't make sense to me either, all I...

    Yeah, it doesn't make sense to me either, all I know is that a simple pointer operator on that variable (or any other for that matter), solves the multiple definition issue, but then there is the...
  7. Replies
    17
    Views
    4,040

    Hmm...

    The preprocessor loads didn't really change much, and if I change the variable to a pointer it reports all the functions as multiple definitions. Neither of these things did much.

    I'm using MinGW...
  8. Replies
    17
    Views
    4,040

    Issue with SDL type returns

    This is probably amateur-ish, but I've been going through the Lazy Foo Productions tutorials to learn how to use SDL, but since I'm such a stubborn programmer I decided to write my code in C rather...
  9. Replies
    20
    Views
    5,782

    I'm enjoying this argument, but we should move to...

    I'm enjoying this argument, but we should move to a more appropriate thread:

    http://cboard.cprogramming.com/c-programming/131161-c-vs-cplusplus.html#post977963
  10. Thread: C vs C++

    by ahernan17
    Replies
    1
    Views
    2,420

    C vs C++

    I've been debating with a few people lately whether or not C can still be properly used in the modern programming world. I say that still is still useful and still is powerful (despite it only being...
  11. Replies
    10
    Views
    14,287

    Huh. Well what do you know, it worked, I actually...

    Huh. Well what do you know, it worked, I actually tried it the way Salem suggested, but I forgot to exclude "lib" from the name, thanks for writing it out, now I see what was the issue.
  12. Replies
    10
    Views
    14,287

    say I put in the following compilation command...

    say I put in the following compilation command when writing an SDL program:



    I get a heap of error messages due to the libraries failing to be referenced. I try it again, this time manually...
  13. Replies
    20
    Views
    5,782

    All of those, but mostly curiousness, considering...

    All of those, but mostly curiousness, considering things such as Unix, Linux, lots of GNU programs, SDL and OpenGL are built from C, I'd gather it will get any job done, when done right.
  14. Replies
    10
    Views
    14,287

    yes, they are in the lib directory, but they...

    yes, they are in the lib directory, but they aren't being recognized by the compiler for some reason.
  15. Replies
    20
    Views
    5,782

    But worth it from what I've seen.

    But worth it from what I've seen.
  16. Replies
    20
    Views
    5,782

    Like I said, some people would argue that. Though...

    Like I said, some people would argue that. Though I am just a deviant.
  17. Replies
    10
    Views
    14,287

    Extension or not, it doesn't work on my windows...

    Extension or not, it doesn't work on my windows system, I know for fact that the rules are different, but I can't figure them out.
  18. Replies
    20
    Views
    5,782

    Well now that was a duh issue, the passing worked...

    Well now that was a duh issue, the passing worked like a charm. Thanks for the help.

    And for the guy asking about why I would want to learn C, I just like the simplicity of the language and it...
  19. Replies
    20
    Views
    5,782

    Why does my calculator crash?

    I wrote a simple calulator in C, trying to teach myself the language because I'm accustomed to C++, but the program crashes once user inputs the second number for calculation. I'm wondering if...
  20. Replies
    10
    Views
    14,287

    How to link libraries to MinGW?

    I've been trying to get SDL to work with my MinGW GCC compiler but when I try to link the libs from the command line, it searches through all the default search paths and misses the libraries that I...
Results 1 to 20 of 20