So this has been bugging me for a while now. Can you put c++ apps onto the world wide web? I heard that web browsers cannot run .exes, so how does all of those flash games end up on the internet? Is there a language that is called flash? I thought it was always made by java/C#.
Flash (made by Adobe) is just another platform for animations and games similar to Javascript, but much more user friendly and "safe". It's a completely different language from C++ as it runs on a virtual machine (ActionScript Virtual Machine, similar to Java's JVM), resulting in instant support for many types of files. The .swf (which is Flash's version of a .exe although they support that type, too) is actually automated by the web browser, requiring a plugin for the most part (even though 95% of web browsers out there support Flash) while the .as extension is just another Flash extension (I'm not too familiar with it, but I do remember seeing it from time to time). Frankly, I'm a little terrified that C++ support for websites exists.
If you want to switch over to AS, the transition shouldn't be hard at all. I came from an AS2 background and the syntax was extremely self-explainatory. The only problems are the cost and efficiency, but you should be able to get an 80% discount if you buy a student version.