I wanted to try my hand at making games in C++. Yes, I know it's really tough.
After learning (sort of) the language, I wanted to try making some pretty screenies instead of just using the console window for once. I looked up tutorials on how to create a window, and the only ones I could find (GameTutorials.com and GameDev.net) were ancient, used "Windows 95" in the same sentence as "modern," and - most importantly - failed to compile in Dev-C++, the compiler I've chosen.
Dev-C++ does have a template that creates a window for you, but it doesn't help me to actually learn it.
In addition, I have another question. Can I draw graphics (sprites, animations, rotations, etc.) without using OpenGL, DirectX, or some equivalent? Is there an easy way to learn OpenGL or DirectX?
Why is there nothing on the internet? All of the "programmer wanted" job listings call for years of C++ experience, but there doesn't seem to be much of an online community.
After learning (sort of) the language, I wanted to try making some pretty screenies instead of just using the console window for once. I looked up tutorials on how to create a window, and the only ones I could find (GameTutorials.com and GameDev.net) were ancient, used "Windows 95" in the same sentence as "modern," and - most importantly - failed to compile in Dev-C++, the compiler I've chosen.
Dev-C++ does have a template that creates a window for you, but it doesn't help me to actually learn it.
In addition, I have another question. Can I draw graphics (sprites, animations, rotations, etc.) without using OpenGL, DirectX, or some equivalent? Is there an easy way to learn OpenGL or DirectX?
Why is there nothing on the internet? All of the "programmer wanted" job listings call for years of C++ experience, but there doesn't seem to be much of an online community.