1
votes

I'm having trouble finding some gaming/animation tutorial for c++ and windows form. I've been told (online) by many people to use gamedev.net, which i did, but unfortunately i could not find the information that i need :(

Does anyone know of any good tutorials for either a simple games (like snake or pong) or of simple animation in Windows Forms using C++ ( not C# )? If so, please let me know!

Looking forward to a reply, Thanks!

1

1 Answers

1
votes

You can use Allegro in C++ or mixed C++\CLI.

see here.