Quote Originally Posted by slayer View Post
Where is a good place to learn C++ or C# to make a sprite based side scrolling game?
C++ & C# are two very different languages
It grates when you bung them together like that

I mean, C/C++ I can understand (as the two are 80% the same syntax, and while different languages both will probably compile equivalent code down to the same assembly

but C# isn't even meant to produce binaries
it's meant to produce byte-code

Just thought I'd mention it