Windows API is hard!!!!!
And I thought learning the C++ syntax was the hard part. I spend months and months perfecting my syntax in C++ and now when I finally can start on the Windows API it completely rapes me from every possible direction. I mean COME ON! The first and easiest program you can ever make in the Windows API was introduced in a book, and I was completely blank on how it worked and why it worked at all. I mean seriously... And then later in the book the author even tells you it's normal to copy & paste code in Windows API, because you're not supposed to understand the syntax fully. WTF?! If you aren't supposed to understand how to write a program that opens a window through the API, why am I even wasting my time trying to learn it?
Sorry for this kind of rage thread. It's just that I am kind of frustrated how different it is from C++ syntax. Did I basicly perfect my C++ syntax for nothing? I won't be able to use it when hacking? Is the Windows API syntax completely different from C++?
I am wondering if games programming is actually easier than WIN32 programming. Is it?