# This is a modification of the original "Polymorphism is my Birthday ?" topic.
# Moderators, feel free to move this to the lounge.
# Old problem:
Well, I'm just barely getting into Polymorphic programming. Here's my bad attempt at it. The C++ MinGW compiler acts really strange with the syntax, and I don't know how to correct it.
Please help correct my syntax. I did check through some tutorials on polymorphism but they were hard to understand, which is why I want some professional help (books).
# Recent Discussion
Also, I understand that my 16th birthday is coming soon, on the 19th of April. I'm pretty spoiled about this.. Of course, I want a car programming books. Please suggest what I should ask for.
1. I'm looking for hands-on, thorough books that teach the essentials to skillful usage of C++. Maybe something from Bjarne Stroustrup, or likewise ?http://www2.research.att.com/~bs/homepage.html
2. I want to get into modern processing (threading/concurrency), and learn information about the 'latest-and-greatest' practical C++ programming. C++0x? Boost?
3. It would be extremely handy to have books about low level craft. They should explain essential knowledge about parsing, compiling, linking etc. I want to write a special resource compiler which is compatible with GCC/MinGW object files.
If you also know of good online resources related to these, please let me know!
Thanks in advanced.. and don't forget to say 'Happy Birthday!'
That didn't fix it completely. I should say that the classes are actually within a namespace, and I have a source file which includes this after it includes Windows.h. Does that make conflicts?
..Since I was including Windows.h in before these declarations. And the namespace I have isn't making any effect. I fixed the problem by renaming them colorRGB, and colorRGBA.