How can you use C++ with any sort of graphics interface?
When I started the C++ tutorial lessons, it was said that C++ could be used for all manner of things "Anything from art applications, music players, and even video games"... upon completing it, I have realized one tiny detail... YOU CAN NOT USE IT WITH ANY SORT OF GRAPHIC INTERFACE! I mean, between two+ dimensional arrays, objects, and files that can be saved and retrieved, C++ appears to be leagues better than JavaScript, but at least you can directly cross develop JavaScript with HyperTextMarkupLanguage. But C++ only seems to be a platform for one dimensional programs! How do you develop, say... A tower defense game a copy of Minecraft, or even the simplest of "art applications" with something that does not even allow for the creation of the simplest of graphics, or any apparent way to connect it with something that does allow such? Don't get me wrong, I can see how knowing C++ may be useful, I just don't have a clue as to how it can be used to do what is said you can do with it.